This is AlexandraApp.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import <foundation/NSAutoreleasePool.h>
@interface AlexandraApp : Application
{
id infoController;
NSAutoreleasePool *autoreleasePool;
int disableCount;
}
- (const char *)appVersion;
- (const char *)scratchDirectoryName;
- makeScratchDirectory;
- removeScratchDirectory;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.