Skip to content

Instantly share code, notes, and snippets.

@dineshba
Last active May 21, 2018 20:05
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 dineshba/5444bba04efc0c03e4675704f68e82ef to your computer and use it in GitHub Desktop.
Save dineshba/5444bba04efc0c03e4675704f68e82ef to your computer and use it in GitHub Desktop.
protocol Eatable {
var taste: Taste
func isBitter() -> Bool // No arg function syntax:
} // func functionName() -> ReturnType
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment