apps-projectcenter/Modules/RenaissanceProject/AppController.h
Sergii Stoian 3a5e704aad *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/UNSTABLE_0_4@18033 72102866-910b-0410-8b05-ffd578937521
2003-11-02 21:31:44 +00:00

25 lines
405 B
Objective-C

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