/* * AppController.h * * GNUstep Renaissance Application Controller * * Created with ProjectCenter - http://www.gnustep.org */ #ifndef _APPCONTROLLER_H_ #define _APPCONTROLLER_H_ #include #include @interface AppController : NSObject { } - (void) applicationDidFinishLaunching: (NSNotification *)not; @end #endif /* _APPCONTROLLER_H_ */