Selaa lähdekoodia

Upate to Xcode 8 beta 6

Evgenii Neumerzhitckii 9 vuotta sitten
vanhempi
commit
4e2a5b7eeb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Demo/AppDelegate.swift

+ 1 - 1
Demo/AppDelegate.swift

@@ -7,7 +7,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
   var window: UIWindow?
   var window: UIWindow?
 
 
 
 
-  func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
+  private func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
     // Override point for customization after application launch.
     // Override point for customization after application launch.
     return true
     return true
   }
   }