Skip to content

Instantly share code, notes, and snippets.

@hammerdr
Created February 26, 2010 00:51
Show Gist options
  • Save hammerdr/315257 to your computer and use it in GitHub Desktop.
Save hammerdr/315257 to your computer and use it in GitHub Desktop.
/*
* AppController.j
* test
*
* Created by You on February 25, 2010.
* Copyright 2010, Your Company All rights reserved.
*/
@import <Foundation/CPObject.j>
@implementation AppController : CPObject
{
}
- (void)applicationDidFinishLaunching:(CPNotification)aNotification
{
objj_importFile("/~hammerdr/test/Test.j", YES, function() {console.log(Logout)});
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment