Fix comments of Steve

This commit is contained in:
ismailgulek
2020-07-22 17:47:45 +03:00
parent 0c66a62e69
commit 90d6b4b9e4
6 changed files with 93 additions and 21 deletions

View File

@@ -39,6 +39,7 @@ final class PinCodePreferences: NSObject {
override init() {
store = KeychainStore(withKeychain: Keychain(service: PinConstants.pinCodeKeychainService,
accessGroup: Constants.keychainAccessGroup))
super.init()
}
// MARK: - Public