This is NSPasteboard-CardSet.h in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */ /*--------------------------------------------------------------------------- | --------------------------------------------------------------------------- | | Pasteboard(CardSet) : NSObject | | A category of Pasteboard that knows how to read and write objects. | | --------------------------------------------------------------------------- \---------------------------------------------------------------------------*/ #import <AppKit/AppKit.h> @interface NSPasteboard (CardSet) /*--------------------------------------------------------------------------- | | New pasteboard read and write methods | \---------------------------------------------------------------------------*/ - (void) writeType:(NSString *)dataType asObject:(id)anObject; - (void) readType:(NSString *)dataType asObject:(id *)anObjectPtr; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.