This is SterOptikonApp.h in view mode; [Download] [Up]
#import <appkit/Application.h> #import <sys/param.h> //for MAXPATHLEN @interface SterOptikonApp:Application { char appDirectory[MAXPATHLEN]; /* The path to the application */ char openFileName[MAXPATHLEN]; BOOL haveOpenedDocument; /* whether we have opened a document */ } + new; - (const char *)appDirectory; - (int)app:sender openFile:(const char *)path type:(const char *)type; - (int)openFile:(const char *)filename ok:(int *)flag; - (char *)getInitialFile; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.