/main.j
http://github.com/polymar/polish · Unknown · 18 lines · 14 code · 4 blank · 0 comment · 0 complexity · 54b827740e1cf5c5e7a7b5a9f79ad71b MD5 · raw file
- /*
- * AppController.j
- * capp_subfolder_issue
- *
- * Created by You on May 21, 2009.
- * Copyright 2009, Your Company All rights reserved.
- */
- @import <Foundation/Foundation.j>
- @import <AppKit/AppKit.j>
- @import "AppController.j"
- function main(args, namedArgs)
- {
- CPApplicationMain(args, namedArgs);
- }