Last active
September 27, 2016 15:35
-
-
Save Kureev/fa6ebbdfdf2c6db1ac94ea5de7ca057b to your computer and use it in GitHub Desktop.
This file contains 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
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification { | |
_jsvmThread = [[NSThread alloc] initWithTarget:self | |
selector:@selector(runJSVMThread) | |
object:nil]; | |
[_jsvmThread start]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment