ProjectManager
0.2
|
00001 /* 00002 * Created by $USER$ on $DATE$ 00003 * All Rights Reserved 00004 */ 00005 00006 #ifndef _$FILENAME_CAPS$_ 00007 #define _$FILENAME_CAPS$_ 00008 00009 #import <Foundation/NSObject.h> 00010 00011 @interface $FILENAME_EXT$ : NSObject 00012 { 00013 // Instance variables 00014 } 00015 00016 // Class methods 00017 00018 00019 00020 // Instance methods 00021 00022 00023 00024 @end 00025 00026 #endif // _$FILENAME_CAPS$_