8 lines
179 B
Swift
8 lines
179 B
Swift
|
enum SharingAction: Codable {
|
||
|
case showSharing(Bool)
|
||
|
|
||
|
// case sendAttachment([ShareItem])
|
||
|
// case sendAttachmentDone
|
||
|
// case sendAttachmentError(reason: String)
|
||
|
}
|