TTMedia
@interface TTMedia : NSObject
Social media links of the POI.
-
Name of the social media.
Declaration
Objective-C
@property (nonatomic, assign, unsafe_unretained, readwrite) NSString *_Nullable name;
Swift
var name: String? { get set }
-
Link to the social media.
Declaration
Objective-C
@property (nonatomic, assign, unsafe_unretained, readwrite) NSString *_Nullable url;
Swift
var url: String? { get set }