Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
@interface Foo(LeftSub) <P1> - (void)left_sub; @end @protocol P3 - (void)p3_method; @property (retain) id p3_prop; @end @interface Foo(LeftP3) <P3> @end