12 lines
140 B
Objective-C
12 lines
140 B
Objective-C
@import category_left;
|
|
|
|
@interface Foo(Bottom)
|
|
-(void)bottom;
|
|
@end
|
|
|
|
@import category_right;
|
|
|
|
@interface LeftFoo(Bottom)
|
|
-(void)bottom;
|
|
@end
|