Skip to content

Instantly share code, notes, and snippets.

@Kureev
Last active September 27, 2016 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kureev/fa6ebbdfdf2c6db1ac94ea5de7ca057b to your computer and use it in GitHub Desktop.
Save Kureev/fa6ebbdfdf2c6db1ac94ea5de7ca057b to your computer and use it in GitHub Desktop.
- (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