Created
December 8, 2021 23:53
-
-
Save Nikoloutsos/da53b527a9762e76815317927f2bbcea 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
| // sourcery: MyFirstSpell | |
| protocol BoomProtocol { | |
| func boom1() | |
| func boom2() | |
| func boom3(str: String, int: Int) | |
| func boom4(args: String...) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment