Jelajahi Sumber

Merge branch 'master' into develop

Ashley Mills 10 tahun lalu
induk
melakukan
2117057f51
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -41,7 +41,7 @@ and
 
     func reachabilityChanged(note: NSNotification) {
 
-        let reachability = note.object as Reachability
+        let reachability = note.object as! Reachability
 
         if reachability.isReachable() {
             if reachability.isReachableViaWiFi() {