SMICitationContent

Objective-C

@protocol SMICitationContent <NSObject>

Swift

protocol CitationContent : NSObjectProtocol

Represents the citations for a given text message entry.

  • The list of citations.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSArray<id<SMICitation>> *_Nonnull citations;

    Swift

    var citations: [any Citation] { get }