feat: public typalias
This commit is contained in:
parent
6ee6688bec
commit
ba73708ce8
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue