Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
King-Wizard committed Sep 8, 2015
1 parent 82761cc commit 25e9a3d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ In addition, it asks the `Reachability` object to consider the WWAN (3G/EDGE/CDM
return true
}
func reachabilityChanged(notification: NSNotification) {
if self.reach!.isReachableViaWiFi() || self.reach!.isReachableViaWWAN() {
println("Service avalaible!!!")
} else {
println("No service avalaible!!!")
}
}
func reachabilityChanged(notification: NSNotification) {
if self.reach!.isReachableViaWiFi() || self.reach!.isReachableViaWWAN() {
println("Service avalaible!!!")
} else {
println("No service avalaible!!!")
}
}

## Tell the world

Expand Down

0 comments on commit 25e9a3d

Please sign in to comment.