Skip to content

Instantly share code, notes, and snippets.

@sauvikatinnofied
Last active January 19, 2017 15:08
Show Gist options
  • Save sauvikatinnofied/da53201fb564944ef4e95b5e1ffa8e09 to your computer and use it in GitHub Desktop.
Save sauvikatinnofied/da53201fb564944ef4e95b5e1ffa8e09 to your computer and use it in GitHub Desktop.
Medium Blog Post Code Snippet
/// 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