Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
@interface A(ExplicitNullabilityProperties) @property (nonatomic, readwrite, retain, nonnull) A *explicitNonnullInstance; @property (nonatomic, readwrite, retain, nullable) A *explicitNullableInstance; @end