About
Contact
QtCreator
KDevelop
Solarized
1
#import
<
objc/NSObject.h>
2
3
@interface MyObject : NSObject
4
@end
5
6
@implementation MyObject
7
@end
8