Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
@import category_left; @interface Foo(Bottom) -(void)bottom; @end @import category_right; @interface LeftFoo(Bottom) -(void)bottom; @end