Skip to content

Instantly share code, notes, and snippets.

@ecgreb
Created April 11, 2017 06:31
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 ecgreb/ef140299deb52d8df2a0239eb77d6418 to your computer and use it in GitHub Desktop.
Save ecgreb/ef140299deb52d8df2a0239eb77d6418 to your computer and use it in GitHub Desktop.
public interface LoginController {
void showProgress(boolean show);
void showError();
void finishAndStartMainActivity();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment