1 @import Empty;
2 
3 @interface NSString
4 + (id)alloc;
5 @end
6 
7