diff --git a/Examples/Examples-iOS/IGListKitExamples/AppDelegate.swift b/Examples/Examples-iOS/IGListKitExamples/AppDelegate.swift index 7c69c6820..1bde76589 100644 --- a/Examples/Examples-iOS/IGListKitExamples/AppDelegate.swift +++ b/Examples/Examples-iOS/IGListKitExamples/AppDelegate.swift @@ -7,7 +7,7 @@ import UIKit -@UIApplicationMain +@main class AppDelegate: UIResponder, UIApplicationDelegate { var isLaunched = false diff --git a/Examples/Examples-tvOS/IGListKitExamples/AppDelegate.swift b/Examples/Examples-tvOS/IGListKitExamples/AppDelegate.swift index 94dffda2e..15983b27f 100644 --- a/Examples/Examples-tvOS/IGListKitExamples/AppDelegate.swift +++ b/Examples/Examples-tvOS/IGListKitExamples/AppDelegate.swift @@ -7,7 +7,7 @@ import UIKit -@UIApplicationMain +@main class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow?