SMICitedDetails

Objective-C

@protocol SMICitedDetails <NSObject>

Swift

protocol CitedDetails : NSObjectProtocol

Represents the location data of a given citation.

  • The type for the cited details.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) SMICitedDetailsType _Nonnull citedDetailsType;

    Swift

    var citedDetailsType: CitedDetailsType { get }