ARTRestChannels()
@interface ARTRestChannels ()
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) ARTRestChannelsInternal *internal
Swift
var `internal`: ARTRestChannelsInternal { get }
-
Undocumented
Declaration
Objective-C
- (instancetype)initWithInternal:(ARTRestChannelsInternal *)internal queuedDealloc:(ARTQueuedDealloc *)dealloc;
Swift
init(with internal: ARTRestChannelsInternal, queuedDealloc dealloc: ARTQueuedDealloc)