8 lines
67 B
Objective-C
8 lines
67 B
Objective-C
|
|
#import <Foundation/NSObject.h>
|
|
|
|
@interface Test: NSObject
|
|
|
|
|
|
@end
|