mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-05 14:24:59 +00:00
13 lines
232 B
Swift
13 lines
232 B
Swift
//
|
|
// KeychainSwift+Singleton.swift
|
|
// CovidSafe
|
|
//
|
|
// Copyright © 2021 Australian Government. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
import KeychainSwift
|
|
|
|
extension KeychainSwift {
|
|
static var shared = KeychainSwift()
|
|
}
|