Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

format-strings-system.h

#pragma clang system_header

@class NSString;

// Do not emit warnings when using NSLocalizedString
extern NSString *GetLocalizedString(NSString *str);
#define NSLocalizedString(key) GetLocalizedString(key)

#define NSAssert(fmt, arg) NSLog(fmt, arg, 0, 0)