feat: Add KeychainAccess

This commit is contained in:
Boyko Mihail 2021-04-28 22:55:13 +03:00
parent dccbd143a6
commit 9eef7ee54b
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
import Foundation
import KeychainAccess
import TIFoundationUtils
extension Keychain: CodableKeyValueStorage {
public func codableObject<Value: Decodable>(forKey key: StorageKey<Value>,