/Tests/Manual/CPOutlineViewTest/main.j
http://github.com/cacaodev/cappuccino · Unknown · 18 lines · 14 code · 4 blank · 0 comment · 0 complexity · 50cc4860e01e415a5eb08f6b466972a1 MD5 · raw file
- /*
- * AppController.j
- * outlineview
- *
- * Created by You on January 22, 2010.
- * Copyright 2010, Your Company All rights reserved.
- */
- @import <Foundation/Foundation.j>
- @import <AppKit/AppKit.j>
- @import "AppController.j"
- function main(args, namedArgs)
- {
- CPApplicationMain(args, namedArgs);
- }