Skip to content

Instantly share code, notes, and snippets.

@thinkclay
Created November 19, 2014 20:42
Show Gist options
  • Save thinkclay/9e87c9fe4fcf6e0c273d to your computer and use it in GitHub Desktop.
Save thinkclay/9e87c9fe4fcf6e0c273d to your computer and use it in GitHub Desktop.
protocol PrintStrategy
{
func printString(string: String) -> String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment