metatext/Shared/Model/AppEnvironment.swift
2020-08-09 04:27:38 -07:00

8 lines
209 B
Swift

// Copyright © 2020 Metabolist. All rights reserved.
import Foundation
struct AppEnvironment {
let URLSessionConfiguration: URLSessionConfiguration
let webAuthSessionType: WebAuthSessionType.Type
}