conversations-classic-ios/ConversationsClassic/AppCore/Actions/SharingActions.swift

8 lines
179 B
Swift
Raw Normal View History

2024-07-10 14:13:47 +00:00
enum SharingAction: Codable {
case showSharing(Bool)
// case sendAttachment([ShareItem])
// case sendAttachmentDone
// case sendAttachmentError(reason: String)
}