blob: ab4c01c3149cdca6dfd65e01139138d061388b8d [file] [log] [blame]
@import category_left;
@interface Foo(Bottom)
-(void)bottom;
@end
@import category_right;
@interface LeftFoo(Bottom)
-(void)bottom;
@end