7 lines
55 B
Objective-C
7 lines
55 B
Objective-C
@import Empty;
|
|
|
|
@interface NSString
|
|
+ (id)alloc;
|
|
@end
|
|
|