Skip to content

Instantly share code, notes, and snippets.

@finder39
Created July 30, 2014 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save finder39/f8ade94b80dcdc28e6a3 to your computer and use it in GitHub Desktop.
Save finder39/f8ade94b80dcdc28e6a3 to your computer and use it in GitHub Desktop.
Reachable.h enum change for Swift
typedef NS_ENUM(NSInteger, NetworkStatus) {
NotReachable = 0,
ReachableViaWiFi,
ReachableViaWWAN
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment