Protocols
The following protocols are available globally.
-
Objects conforming to AIQAPIResponseDecodable can be automatically converted from a JSON dictionary that was returned from the AIQ API.
See moreDeclaration
Objective-C
@protocol AIQApiResponseDecodable <NSObject>
Swift
protocol AIQApiResponseDecodable : NSObjectProtocol