Migrate to Swift 3

This commit is contained in:
Martin Moizard
2017-09-01 09:56:15 +02:00
parent ee3d999eb3
commit 2bdd30f9ed
3 changed files with 11 additions and 11 deletions

View File

@@ -28,7 +28,7 @@
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
return true
}
}