feat: Add KeychainAccess
This commit is contained in:
parent
dccbd143a6
commit
9eef7ee54b
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
import Foundation
|
||||
import KeychainAccess
|
||||
import TIFoundationUtils
|
||||
|
||||
extension Keychain: CodableKeyValueStorage {
|
||||
public func codableObject<Value: Decodable>(forKey key: StorageKey<Value>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue