Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

category_left_sub.h
@interface Foo(LeftSub) <P1>
- (void)left_sub;
@end

@protocol P3 
- (void)p3_method;
@property (retain) id p3_prop;
@end

@interface Foo(LeftP3) <P3>
@end