mirror of
https://github.com/metabolist/metatext.git
synced 2025-01-15 08:15:23 +00:00
11 lines
324 B
Swift
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
|
|
}
|