This is control.h in view mode; [Download] [Up]
#import <AppKit/AppKit.h> #import <sys/time.h> @interface control:NSObject { // // Description of elements of the user interface // id choixSeconde; id scoller; id MainWindow; id InfoPanel; } - ChoiceOfDelay:sender; - autoPanel:(id)timer; - (void)IntroAndHelp:(id)sender; - (void)MoreInfo:(id)sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.