Files
cappuccino/Tests/Manual/AttachedSheet2/xcode/TestSheet/main.m
T
2012-07-29 12:54:34 -04:00

15 lines
257 B
Objective-C

//
// main.m
// TestSheet
//
// Created by Joe Semolian on 4/15/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **)argv);
}