Created
August 28, 2019 06:53
-
-
Save lawreyios/bab142eb18f259e8d975a51a3b299633 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
| class TextValidator { | |
| bool validateUsername(String username) { | |
| return false; | |
| } | |
| bool validatePassword(String password) { | |
| return false; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment