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_bottom.h
@import category_left;

@interface Foo(Bottom)
-(void)bottom;
@end

@import category_right;

@interface LeftFoo(Bottom)
-(void)bottom;
@end