Skip to content

Instantly share code, notes, and snippets.

@Arrlindii
Created August 5, 2018 22:55
Show Gist options
  • Select an option

  • Save Arrlindii/6c64b0a002d99cef6687a378e9c469d3 to your computer and use it in GitHub Desktop.

Select an option

Save Arrlindii/6c64b0a002d99cef6687a378e9c469d3 to your computer and use it in GitHub Desktop.
class Validator {
func isEmailValid(_ value: String) -> Bool {....}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment