Protocols
The following protocols are available globally.
-
Tamber Decodable Objects can be parsed from NSJSON Serialized API responses.
See moreDeclaration
Objective-C
@protocol TMBObjectDecodable <NSObject>Swift
protocol TMBObjectDecodable : NSObjectProtocol -
Tamber Encodable Objects can be parsed to form-encoded strings
See moreDeclaration
Objective-C
@protocol TMBObjectEncodable <NSObject>Swift
protocol TMBObjectEncodable : NSObjectProtocol
View on GitHub
Protocols Reference