project-template-ios/sources/project/Services/NavigationService.swift

8 lines
128 B
Swift

import UIKit
enum NavigationService {
static var appWindow: UIWindow {
return AppDelegate.shared.appWindow
}
}