This is VMApp.h in view mode; [Download] [Up]
/* VMApp.h created by chaos on Tue 14-Jan-1997 */ #import <AppKit/AppKit.h> #import <Foundation/Foundation.h> #import "cheese.h" @interface VMApp : NSApplication { NSTimeInterval period; id timer; } -(void) applicationDidFinishLaunching:(NSNotification *)aNotification; -(void) stopApp: sender; -(void) calcNow; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.