mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@7258 72102866-910b-0410-8b05-ffd578937521
5 lines
111 B
Objective-C
5 lines
111 B
Objective-C
#import <AppKit/AppKit.h>
|
|
|
|
int main(int argc, const char *argv[]) {
|
|
return NSApplicationMain(argc, argv);
|
|
}
|