Last active
July 28, 2017 10:53
-
-
Save ivangodfather/f03967d293bddeb8ae3c386698a857f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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