mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@7258 72102866-910b-0410-8b05-ffd578937521
22 lines
302 B
Objective-C
22 lines
302 B
Objective-C
/*
|
|
* AppController.h created by phr on 2000-08-27 11:38:59 +0000
|
|
*
|
|
* Project TestApp
|
|
*
|
|
* Created with ProjectCenter - http://www.projectcenter.ch
|
|
*
|
|
* $Id$
|
|
*/
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface AppController : NSObject
|
|
{
|
|
}
|
|
|
|
- (id)init;
|
|
- (void)dealloc;
|
|
|
|
- (void)awakeFromNib;
|
|
|
|
@end
|