mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 14:07:03 +00:00
nib2cib: handle indentationPerLevel when the key is not in the xib. CPoutlineViewCibTest
19 lines
315 B
Plaintext
19 lines
315 B
Plaintext
/*
|
|
* AppController.j
|
|
* CPOutlineViewCibTest
|
|
*
|
|
* Created by cacaodev on January 14, 2011.
|
|
* Copyright 2011, Your Company All rights reserved.
|
|
*/
|
|
|
|
@import <Foundation/Foundation.j>
|
|
@import <AppKit/AppKit.j>
|
|
|
|
@import "AppController.j"
|
|
|
|
|
|
function main(args, namedArgs)
|
|
{
|
|
CPApplicationMain(args, namedArgs);
|
|
}
|