Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. - (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
  2. _jsvm = [[NSThread alloc] initWithTarget:self
  3. selector:@selector(runJSVMThread)
  4. object:nil];
  5. [_jsvm start];
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement