Created
July 5, 2020 20:06
-
-
Save Kdan/6f7f8ef861b92677b08dafca37aaacdd 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
| /// The name of a function, used to look up calls on the `Mock` class. | |
| protocol FunctionName { | |
| /// The raw value of the function name. | |
| var rawValue: String { get } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment