Ferrite-backup/Ferrite/API/Keychain.swift
kingbri e2792a0f00 Ferrite: Add code up to alpha 1
Working alpha version of Ferrite

Signed-off-by: kingbri <bdashore3@gmail.com>

part2
2022-07-21 00:01:41 -04:00

13 lines
188 B
Swift

//
// Keychain.swift
// Ferrite
//
// Created by Brian Dashore on 7/20/22.
//
import Foundation
import KeychainSwift
public class Keychain {
static let shared = KeychainSwift()
}