TMBDiscoverResponse

@interface TMBDiscoverResponse : NSObject <TMBObjectDecodable>

A TMBDiscoverResponse contains an array of deserialized Discovery objects.

  • An array of deserialized TMBDiscovery objects.

    Declaration

    Objective-C

    @property (nonatomic, nullable) NSArray *discoveries;

    Swift

    var discoveries: [Any]? { get set }