From f42978b72002f89632200efd8190eacc9490bad6 Mon Sep 17 00:00:00 2001 From: Vlad Date: Tue, 9 Jun 2020 14:58:06 +0300 Subject: [PATCH] Replace struct with enum --- sources/project/Services/NavigationService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/project/Services/NavigationService.swift b/sources/project/Services/NavigationService.swift index dacd8a5..82a79b6 100644 --- a/sources/project/Services/NavigationService.swift +++ b/sources/project/Services/NavigationService.swift @@ -1,6 +1,6 @@ import UIKit -struct NavigationService { +enum NavigationService { static var appWindow: UIWindow { return AppDelegate.shared.appWindow }