Skip to content

Instantly share code, notes, and snippets.

@Nikoloutsos
Created December 8, 2021 20:00
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/d10d1160adb0a344d725a28d731dfdcd to your computer and use it in GitHub Desktop.
Save Nikoloutsos/d10d1160adb0a344d725a28d731dfdcd 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