Update Riot/Modules/SetPinCode/PinCodePreferences.swift

Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
This commit is contained in:
ismailgulek
2020-07-22 22:47:10 +03:00
committed by GitHub
parent 1940736655
commit db75bd0671

View File

@@ -34,7 +34,7 @@ final class PinCodePreferences: NSObject {
static let shared = PinCodePreferences()
/// Store. Defaults to `KeychainStore`
let store: KeyValueStore
private let store: KeyValueStore
override init() {
store = KeychainStore(withKeychain: Keychain(service: PinConstants.pinCodeKeychainService,