]> mj.ucw.cz Git - moe.git/blob - share/apps/kdevcppsupport/newclass/objc_header
Doc: Note that Isolate has moved
[moe.git] / 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