ARTRestAnnotationsInternal
Objective-C
@interface ARTRestAnnotationsInternal : NSObject<ARTRestAnnotationsProtocol>
- (instancetype)initWithChannel:(ARTRestChannelInternal *)channel logger:(ARTInternalLog *)logger;
@end
Swift
class ARTRestAnnotationsInternal : NSObject, ARTRestAnnotationsProtocol
Undocumented
-
Undocumented
Declaration
Objective-C
- (instancetype)initWithChannel:(ARTRestChannelInternal *)channel logger:(ARTInternalLog *)logger;
Swift
init(channel: ARTRestChannelInternal, logger: InternalLog)