7 lines
77 B
C
7 lines
77 B
C
|
#import <objc/NSObject.h>
|
||
|
|
||
|
@interface MyClass : NSObject
|
||
|
{}
|
||
|
- (id)init;
|
||
|
@end
|