mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
19 lines
338 B
Plaintext
19 lines
338 B
Plaintext
/*
|
|
* AppController.j
|
|
* CPDictionaryControllerTest
|
|
*
|
|
* Created by Blair Duncan on February 17, 2013.
|
|
* Copyright 2013, SGL Studio, BBDO Toronto All rights reserved.
|
|
*/
|
|
|
|
@import <Foundation/Foundation.j>
|
|
@import <AppKit/AppKit.j>
|
|
|
|
@import "AppController.j"
|
|
|
|
|
|
function main(args, namedArgs)
|
|
{
|
|
CPApplicationMain(args, namedArgs);
|
|
}
|