Last active
November 5, 2017 23:37
-
-
Save llinardos/6c5100a3e56145f319ee77810fa68021 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
func aMethod() { | |
aView.onTap { /* action */ } | |
// or | |
Tap.on(aView) { /* action */ } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment