Skip to content

Instantly share code, notes, and snippets.

@jleyba
Created May 1, 2014 22:11
Show Gist options
  • Save jleyba/41d496f8d80619820177 to your computer and use it in GitHub Desktop.
Save jleyba/41d496f8d80619820177 to your computer and use it in GitHub Desktop.
interface NetworkConnection {
Type getConnection();
void setConnection(Type type);
enum Type {
WIFI,
CELLULAR,
NONE
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment