Replace struct with enum

This commit is contained in:
Vlad 2020-06-09 14:58:06 +03:00
parent 59a397c663
commit f42978b720
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import UIKit
struct NavigationService {
enum NavigationService {
static var appWindow: UIWindow {
return AppDelegate.shared.appWindow
}