mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@10625 72102866-910b-0410-8b05-ffd578937521
16 lines
207 B
Text
16 lines
207 B
Text
$$
|
|
/* $FILENAME$ created by $USERNAME$ on $DATE$ */
|
|
|
|
#ifndef $FILENAME$_H_
|
|
#define $FILENAME$_H_
|
|
|
|
#import <AppKit/AppKit.h>
|
|
|
|
@interface $FILENAMESANSEXTENSION$ : NSObject
|
|
{
|
|
|
|
}
|
|
|
|
@end
|
|
|
|
#endif // $FILENAME$_H_
|