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