SMIAttachmentEntry

Objective-C

@protocol
    SMIAttachmentEntry <SMIEntryPayload, SMIEntryTypeMessage, SMIAttachments>

Swift

protocol AttachmentEntry : Attachments, EntryPayload, EntryTypeMessage

Attachment entry.

  • Text that describes this attachment entry.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nullable) NSString *text;

    Swift

    var text: String? { get }