ResKnife/Cocoa/main.c

6 lines
109 B
C

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