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