Skip to content

Instantly share code, notes, and snippets.

@Nikoloutsos
Created December 8, 2021 23:53
Show Gist options
  • Select an option

  • Save Nikoloutsos/da53b527a9762e76815317927f2bbcea to your computer and use it in GitHub Desktop.

Select an option

Save Nikoloutsos/da53b527a9762e76815317927f2bbcea to your computer and use it in GitHub Desktop.
// 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