Explorar el Código

Upate to Xcode 8 beta 6

Evgenii Neumerzhitckii hace 9 años
padre
commit
4e2a5b7eeb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Demo/AppDelegate.swift

+ 1 - 1
Demo/AppDelegate.swift

@@ -7,7 +7,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
   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.
     return true
   }