8 lines
94 B
Text
8 lines
94 B
Text
|
#import <objc/NSObject.h>
|
||
|
|
||
|
@interface MyObject : NSObject
|
||
|
@end
|
||
|
|
||
|
@implementation MyObject
|
||
|
@end
|