mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-26 13:37:03 +00:00
18 lines
276 B
Plaintext
18 lines
276 B
Plaintext
/*
|
|
* AppController.j
|
|
* layoutEphemeralSubviewTest
|
|
*
|
|
* Created by Aparajita Fishman on October 8, 2010.
|
|
*/
|
|
|
|
@import <Foundation/Foundation.j>
|
|
@import <AppKit/AppKit.j>
|
|
|
|
@import "AppController.j"
|
|
|
|
|
|
function main(args, namedArgs)
|
|
{
|
|
CPApplicationMain(args, namedArgs);
|
|
}
|