1 2 3 4 5 6 7 8 9 10 11
__import_module__ category_left; @interface Foo(Bottom) -(void)bottom; @end __import_module__ category_right; @interface LeftFoo(Bottom) -(void)bottom; @end