ftp.nice.ch/pub/next/tools/workspace/PB_Saver.2.0.N.bs.tar.gz#/PB_Saver/PasteBoardSaver.h

This is PasteBoardSaver.h in view mode; [Download] [Up]

/* 
 *	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

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.