SMIAttachments
Objective-C
@protocol SMIAttachments
Swift
protocol Attachments
Attachment entry.
-
Array of file attachments.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSArray<id<SMIFileAsset>> *_Nonnull attachments;
Swift
var attachments: [any FileAsset] { get }