]> mj.ucw.cz Git - moe.git/blob - mop/template/.kde/share/apps/kdevcppsupport/newclass/objc_header
isolate: Replace system() calls with implementations
[moe.git] / mop / template / .kde / share / apps / kdevcppsupport / newclass / objc_header
1 #ifndef _$HEADERGUARD$_
2 #define _$HEADERGUARD$_
3
4 $INCLUDEBASEHEADER$
5 #include <Foundation/NSObject.h>
6
7 $DOC$
8 @interface $CLASSNAME$ : $BASECLASS$
9 @end
10
11 #endif