mirror of
https://github.com/nickshanks/ResKnife.git
synced 2025-01-03 04:31:27 +00:00
6 lines
109 B
C
6 lines
109 B
C
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
int main(int argc, const char *argv[])
|
||
|
{
|
||
|
return NSApplicationMain(argc, argv);
|
||
|
}
|