vidur%netscape.com 8a8c1296e8 Adding Cocoa test application to test Cocoa embedding wrapper framework. This is not part of the default build.
git-svn-id: svn://10.0.0.236/trunk@109144 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-28 22:40:06 +00:00

7 lines
110 B
Objective-C

#import <Cocoa/Cocoa.h>
int main(int argc, const char *argv[])
{
return NSApplicationMain(argc, argv);
}