SMILinkCitedReference
Objective-C
@protocol SMILinkCitedReference <SMICitedReference>
Swift
protocol LinkCitedReference : CitedReference
Represents the link information of citation.
-
The URL for the citation.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSURL *_Nonnull url;
Swift
var url: URL { get }
-
The Record ID for the citation.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) NSString *recordId;
Swift
var recordId: String? { get }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly, nullable, strong) NSString *label
Swift
var label: String? { get }