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