1
0
mirror of https://github.com/metabolist/metatext synced 2025-01-24 00:12:43 +01:00
metatext-app-ios-iphone-ipad/Shared/Model/AppEnvironment.swift
Justin Mazzocchi 9659085ca6
Refactoring
2020-08-07 14:57:18 -07:00

12 lines
300 B
Swift

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