Created
March 28, 2017 05:42
-
-
Save IamAlchemist/0f6e1e47a76a2e9fa7383bcdb1f0de92 to your computer and use it in GitHub Desktop.
macro objective-c
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
#define __wvjb_js_func__(x) #x | |
static NSString * preprocessorJSCode = @__wvjb_js_func__( | |
a(); | |
b(); | |
); | |
#undef __wvjb_js_func__ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment