Skip to content

Instantly share code, notes, and snippets.

@ivangodfather
Last active July 28, 2017 10:53
Show Gist options
  • Select an option

  • Save ivangodfather/f03967d293bddeb8ae3c386698a857f1 to your computer and use it in GitHub Desktop.

Select an option

Save ivangodfather/f03967d293bddeb8ae3c386698a857f1 to your computer and use it in GitHub Desktop.
protocol Polite {
func sayHello()
}
class Test: Polite {
}
So from here i dont want to see:
Test().sayHello()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment