Created
April 11, 2017 06:31
-
-
Save ecgreb/ef140299deb52d8df2a0239eb77d6418 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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