Created
September 17, 2019 23:19
-
-
Save caiobzen/7b10f49d5256c6e8140b5358c8d66622 to your computer and use it in GitHub Desktop.
Discardable Result Function
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
@discardableResult | |
func tapNewGame() -> Self { | |
newGameButton?.tap() | |
return self | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment