Conformed the Keychain class from the KeychainAccess dependency to the Keychainable protocol.
This commit is contained in:
parent
75204148b0
commit
a3bfced62a
@ -0,0 +1,11 @@
|
|||||||
|
//
|
||||||
|
// Keychain+Keychainable.swift
|
||||||
|
// KeychainStorage
|
||||||
|
//
|
||||||
|
// Created by Javier Cicchelli on 11/12/2022.
|
||||||
|
// Copyright © 2022 Röck+Cöde. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
import KeychainAccess
|
||||||
|
|
||||||
|
extension Keychain: Keychainable {}
|
Loading…
x
Reference in New Issue
Block a user