Skip to content

Instantly share code, notes, and snippets.

@lawreyios
Created August 28, 2019 06:53
Show Gist options
  • Select an option

  • Save lawreyios/bab142eb18f259e8d975a51a3b299633 to your computer and use it in GitHub Desktop.

Select an option

Save lawreyios/bab142eb18f259e8d975a51a3b299633 to your computer and use it in GitHub Desktop.
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