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

7 lines
178 B
Swift
Raw Normal View History

2024-07-12 11:43:14 +00:00
import Foundation
enum FileAction: Stateable {
case attachmentFileDownloaded(id: String, localUrl: URL)
case attachmentThumbnailCreated(id: String, thumbnailUrl: URL)
}