Last active
January 19, 2017 15:08
-
-
Save sauvikatinnofied/da53201fb564944ef4e95b5e1ffa8e09 to your computer and use it in GitHub Desktop.
Medium Blog Post Code Snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// Protocol for listenig network status change | |
public protocol NetworkStatusListener : class { | |
func networkStatusDidChange(status: Reachability.NetworkStatus) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment