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