home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Other / PB_Saver / Source / PasteBoardSaver.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  442 b   |  26 lines

  1.  
  2. /* 
  3.  *    Written by Joe Freeman 10/91
  4.  *    This program comes with no warrenty or copyright.
  5.  *    Use at your own risk.  If you don't like it, fix it.
  6.  *    Thats why you have the sources.
  7.  *
  8.  *    V1    27 lines of code
  9.  *    V2    terminate instead of deactivate
  10.  *    V3    hide instead of deactivate
  11.  *
  12.  */
  13.  
  14. #import <objc/Object.h>
  15.  
  16. @interface PasteBoardSaver:Object
  17. {
  18. }
  19.  
  20. - appDidInit:sender;
  21. - pbToFile:pb
  22.     userData:(const char *)uDat
  23.     error:(char **)aMsg;
  24.  
  25. @end
  26.