Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created October 15, 2018 04:04
Show Gist options
  • Save vialyx/d2eeecd2b3e7dbd6f46aae798c4f067f to your computer and use it in GitHub Desktop.
Save vialyx/d2eeecd2b3e7dbd6f46aae798c4f067f to your computer and use it in GitHub Desktop.
protocol Mockable {
static func mock(_ option: Int) -> Self
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment