From ba73708ce885ab81f22447013080b5b4ddeef5c5 Mon Sep 17 00:00:00 2001 From: Boyko Mihail Date: Thu, 29 Apr 2021 12:06:51 +0300 Subject: [PATCH] feat: public typalias --- .../Keychain+CodableKeyValueStorage.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIKeychainUtils/Sources/KeychainCodableBackingStore/Keychain+CodableKeyValueStorage.swift b/TIKeychainUtils/Sources/KeychainCodableBackingStore/Keychain+CodableKeyValueStorage.swift index c1949b2d..9e66246c 100644 --- a/TIKeychainUtils/Sources/KeychainCodableBackingStore/Keychain+CodableKeyValueStorage.swift +++ b/TIKeychainUtils/Sources/KeychainCodableBackingStore/Keychain+CodableKeyValueStorage.swift @@ -24,7 +24,7 @@ import Foundation import KeychainAccess import TIFoundationUtils -typealias KeychainCodableBackingStore = CodableKeyValueBackingStore +public typealias KeychainCodableBackingStore = CodableKeyValueBackingStore extension Keychain: CodableKeyValueStorage { public func codableObject(forKey key: StorageKey,