metatext/Shared/Model/AppEnvironment.swift

9 lines
209 B
Swift
Raw Normal View History

2020-08-02 22:23:01 +00:00
// Copyright © 2020 Metabolist. All rights reserved.
import Foundation
struct AppEnvironment {
2020-08-03 15:20:51 +00:00
let URLSessionConfiguration: URLSessionConfiguration
2020-08-09 01:37:46 +00:00
let webAuthSessionType: WebAuthSessionType.Type
2020-08-02 22:23:01 +00:00
}