Skip to content

Instantly share code, notes, and snippets.

@caiobzen
Created September 17, 2019 23:19
Show Gist options
  • Save caiobzen/7b10f49d5256c6e8140b5358c8d66622 to your computer and use it in GitHub Desktop.
Save caiobzen/7b10f49d5256c6e8140b5358c8d66622 to your computer and use it in GitHub Desktop.
Discardable Result Function
@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