This is MasterController.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface MasterController:Object { id composePanels; id sendBundles; id defaults; } - init; - newCompose:sender; - sendBundles; - defaults; /* Application Delegate Methods */ - appDidInit: sender; /* Services */ - mailIt: (id)pasteboard userData:(const char *)userData error:(char **)msg; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.