mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-03 11:44:46 +00:00
git-subtree-dir: submodules/TelegramCore git-subtree-mainline:971273e8f8git-subtree-split:9561227540
6 lines
113 B
Swift
6 lines
113 B
Swift
import Foundation
|
|
|
|
public protocol EncryptedMediaResource {
|
|
func decrypt(data: Data, params: Any) -> Data?
|
|
}
|