12 lines
224 B
Swift
12 lines
224 B
Swift
//
|
|
// 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 {}
|