Created
October 15, 2018 04:04
-
-
Save vialyx/d2eeecd2b3e7dbd6f46aae798c4f067f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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