Skip to content

Instantly share code, notes, and snippets.

@Nikoloutsos
Created December 8, 2021 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nikoloutsos/6e26b37caf7e77c72d1ff984600c107e to your computer and use it in GitHub Desktop.
Save Nikoloutsos/6e26b37caf7e77c72d1ff984600c107e to your computer and use it in GitHub Desktop.
// sourcery: MyFirstSpell
protocol BoomProtocol {
func boom1()
func boom2() -> String
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