Files
cappuccino/Tests/CucumberTests/CPViewControllerTest/main.j
T

19 lines
305 B
Plaintext

/*
* AppController.j
* CPViewControllerTest
*
* Created by You on May 9, 2016.
* Copyright 2016, Your Company All rights reserved.
*/
@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>
@import "AppController.j"
function main(args, namedArgs)
{
CPApplicationMain(args, namedArgs);
}