feat: public typalias

This commit is contained in:
Boyko Mihail 2021-04-29 12:06:51 +03:00
parent 6ee6688bec
commit ba73708ce8
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import Foundation
import KeychainAccess
import TIFoundationUtils
typealias KeychainCodableBackingStore<T: Codable> = CodableKeyValueBackingStore<Keychain, T>
public typealias KeychainCodableBackingStore<T: Codable> = CodableKeyValueBackingStore<Keychain, T>
extension Keychain: CodableKeyValueStorage {
public func codableObject<Value: Decodable>(forKey key: StorageKey<Value>,