metatext/Shared/Model/AppEnvironment.swift
Justin Mazzocchi 6dfda031a6
Refactoring
2020-08-08 19:52:41 -07:00

11 lines
324 B
Swift

// Copyright © 2020 Metabolist. All rights reserved.
import Foundation
struct AppEnvironment {
let URLSessionConfiguration: URLSessionConfiguration
let identityDatabase: IdentityDatabase
let defaults: Defaults
let keychainService: KeychainServiceType
let webAuthSessionType: WebAuthSessionType.Type
}