Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

FakeUnavailableObjCFramework.h
#include <X.h>

__attribute__((availability(macosx,introduced=1066.0)))  __attribute__((availability(ios,introduced=1066.0)))
@interface UnavailableObjCClass : NSObject
- (void)someMethod;
@end