Browse Source

Merge pull request #313 from IvoPintodaSilva/swift-4.2

Update to swift 4.2
Ashley Mills 7 years ago
parent
commit
148cf3780b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ReachabilitySample/AppDelegate.swift

+ 0 - 1
ReachabilitySample/AppDelegate.swift

@@ -14,7 +14,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
     var window: UIWindow?
     var window: UIWindow?
 
 
     func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
     func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
-
         return true
         return true
     }
     }
 }
 }