7 lines
65 B
Objective-C
7 lines
65 B
Objective-C
@import category_top;
|
|
|
|
@interface Foo(Other)
|
|
-(void)other;
|
|
@end
|
|
|