TTMedia

Objective-C

@interface TTMedia : NSObject

Swift

class TTMedia : NSObject

Social media links of the POI.

  • Name of the social media.

    Declaration

    Objective-C

    @property (nonatomic) NSString *_Nullable name;

    Swift

    var name: String? { get set }
  • url

    Link to the social media.

    Declaration

    Objective-C

    @property (nonatomic) NSString *_Nullable url;

    Swift

    var url: String? { get set }