Refactoring

This commit is contained in:
Ali
2021-04-26 02:00:48 +04:00
parent bc108d8dc1
commit 1b48517f12
126 changed files with 407 additions and 377 deletions

View File

@@ -0,0 +1,5 @@
import Foundation
public protocol EncryptedMediaResource {
func decrypt(data: Data, params: Any) -> Data?
}