conversations-classic-ios/ConversationsClassic/AppCore/Actions/SharingActions.swift
2024-07-10 16:13:47 +02:00

8 lines
179 B
Swift

enum SharingAction: Codable {
case showSharing(Bool)
// case sendAttachment([ShareItem])
// case sendAttachmentDone
// case sendAttachmentError(reason: String)
}