This is Inspector.h in view mode; [Download] [Up]
// Inspector.h // // created by Martin Wennerberg on Mon 05-Jan-1998 // // when who modification #import <AppKit/AppKit.h> @interface Inspector : NSObject { @private IBOutlet NSView *view; NSArray *_targets; } + (Inspector *) sharedInspector; - (NSView *) view; - (void) setView:(NSView *)inspectorView; - (BOOL) isValidInspectorForTargets:(NSArray *)inspectedObjects; - (void) setTargets:(NSArray *)inspectedObjects; - (NSArray *) targets; - (void) revert:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.