home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * Written by Joe Freeman 10/91
- * This program comes with no warrenty or copyright.
- * Use at your own risk. If you don't like it, fix it.
- * Thats why you have the sources.
- *
- * V1 27 lines of code
- * V2 terminate instead of deactivate
- * V3 hide instead of deactivate
- *
- */
-
- #import <objc/Object.h>
-
- @interface PasteBoardSaver:Object
- {
- }
-
- - appDidInit:sender;
- - pbToFile:pb
- userData:(const char *)uDat
- error:(char **)aMsg;
-
- @end
-