Files
cappuccino/Tests/CucumberTests/CPAnimationContextTest/main.j
T
cacaodev 5aa98966bc Cucapp test for CPView animation
Tests for commits #1, #2, #3 of this PR
2016-06-12 10:12:08 +02:00

19 lines
307 B
Plaintext

/*
* AppController.j
* CPAnimationContextTest
*
* Created by You on May 6, 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);
}