metatext/Shared/Model/AppEnvironment.swift
Justin Mazzocchi 827c3cfc77
Refactoring
2020-08-02 17:40:25 -07:00

10 lines
249 B
Swift

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