Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

header1.h.result

@interface I1 : NSObject
@property (nonatomic) int prop;
+(instancetype)i1;
@end

typedef long NSInteger;