Skip to content

Instantly share code, notes, and snippets.

@yogeshmanghnani
Created April 9, 2018 18:46
Show Gist options
  • Save yogeshmanghnani/12d67ff0c2818b299ea073f6ee3a5915 to your computer and use it in GitHub Desktop.
Save yogeshmanghnani/12d67ff0c2818b299ea073f6ee3a5915 to your computer and use it in GitHub Desktop.
Simple example of Protocol
protocol Movable {
func move()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment