Skip to content

Instantly share code, notes, and snippets.

@chetdeva
Created October 13, 2017 11:51
Show Gist options
  • Save chetdeva/4cf08e54214eec69ea12a0aa07db998f to your computer and use it in GitHub Desktop.
Save chetdeva/4cf08e54214eec69ea12a0aa07db998f to your computer and use it in GitHub Desktop.
public interface MainHandler {
void onLoginClicked(String email, String password);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment