Skip to content

Instantly share code, notes, and snippets.

@hudinwal
Last active March 1, 2017 10:52
Show Gist options
  • Save hudinwal/9d4ab3d6e268d58f66ba57c8b86e427f to your computer and use it in GitHub Desktop.
Save hudinwal/9d4ab3d6e268d58f66ba57c8b86e427f to your computer and use it in GitHub Desktop.
class Diver: Swimmable {
func swim() {
print(“I am swimming ~~~ -0- ~~~”)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment