Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

a.h
#ifndef A_h
#define A_h

@class NSString;
static NSString * const xyzRiskyCloseOpenParam = @"riskyCloseParam";
static inline void XYZLogEvent(NSString* eventName, NSString* params);

#endif