Protocols

The following protocols are available globally.

  • Tamber Decodable Objects can be parsed from NSJSON Serialized API responses.

    See more

    Declaration

    Objective-C

    @protocol TMBObjectDecodable <NSObject>

    Swift

    protocol TMBObjectDecodable : NSObjectProtocol
  • Tamber Encodable Objects can be parsed to form-encoded strings

    See more

    Declaration

    Objective-C

    @protocol TMBObjectEncodable <NSObject>

    Swift

    protocol TMBObjectEncodable : NSObjectProtocol