Created
June 29, 2014 13:29
-
-
Save is8r/114ef1bee5b9b8c0a7c4 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
static inline void HOLink(NSString *url) | |
{ | |
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:url]]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment