13 lines
142 B
Objective-C
13 lines
142 B
Objective-C
@import category_top;
|
|
|
|
@interface Foo(Right1)
|
|
-(void)right1;
|
|
@end
|
|
|
|
@interface Foo(Right2)
|
|
-(void)right2;
|
|
@end
|
|
|
|
@interface Foo(Duplicate)
|
|
@end
|