This is TARInspector.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #import <apps/Workspace.h> @interface TARInspector:WMInspector { id textOutput; //inited to nil char *lastSelection; //inited to NULL int lastSelectionCount; NXStream *instructions; //inited to NULL int revertEnabled; int okEnabled; } + new; - ok:sender; - revert:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.