This is AppController.h in view mode; [Download] [Up]
#import <AppKit/AppKit.h> @interface AppController:NSObject { id textView; id valueField; id window; id numberSkipList; id stringSkipList; id objectSkipList; id radio; id opRadio; } - (void)applicationDidFinishLaunching:(NSNotification *)notification; - (void)delete; - (void)insert; - (void)before; - (void)same; - (void)clear:(id)sender; - (void)showSkipList:(id)sender; - (void)removeAll:(id)sender; - (void)performOp:(id)sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.