About
Contact
QtCreator
KDevelop
Solarized
1
#import <objc/NSObject.h>
2
3
@interface MyClass : NSObject
4
{}
5
- (
id
)init;
6
@end
7