Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
@protocol P1 - (void)p1_method; - (void)p1_method; @end @interface Foo (SubP1) <P1> @end