Skip to content

Instantly share code, notes, and snippets.

@Juanpe
Created December 11, 2018 23:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Juanpe/4749d6269d7e7368d900bda88d4b8776 to your computer and use it in GitHub Desktop.
Save Juanpe/4749d6269d7e7368d900bda88d4b8776 to your computer and use it in GitHub Desktop.
protocol ValidateStrategy {
func validate() -> Bool
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment