Skip to content

Instantly share code, notes, and snippets.

@Nikoloutsos
Created December 8, 2021 20: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/9506d0f668dc1ba3dcfb14ed470a9018 to your computer and use it in GitHub Desktop.
Save Nikoloutsos/9506d0f668dc1ba3dcfb14ed470a9018 to your computer and use it in GitHub Desktop.
// sourcery: AutoMockable
protocol FooProtocol {
func foo1()
func foo2() -> String
func foo3(str: String, int: Int) -> Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment