Last active
May 20, 2020 22:25
-
-
Save brettfazio/3b63114d7e6fbbb08476e7d81ae82dcf 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 LogInListener { | |
| void logInSuccess(String email, String password); | |
| void logInFailure(Exception exception, String email, String password); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment