Replace struct with enum
This commit is contained in:
parent
59a397c663
commit
f42978b720
|
|
@ -1,6 +1,6 @@
|
|||
import UIKit
|
||||
|
||||
struct NavigationService {
|
||||
enum NavigationService {
|
||||
static var appWindow: UIWindow {
|
||||
return AppDelegate.shared.appWindow
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue