diff options
Diffstat (limited to 'Drop Serve/main.m')
| -rw-r--r-- | Drop Serve/main.m | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Drop Serve/main.m b/Drop Serve/main.m new file mode 100644 index 0000000..86beb6d --- /dev/null +++ b/Drop Serve/main.m @@ -0,0 +1,14 @@ +// +// main.m +// Drop Serve +// +// Created by TW on 10/10/20. +// Copyright (c) 2020 TW. All rights reserved. +// + +#import <Cocoa/Cocoa.h> + +int main(int argc, char *argv[]) +{ + return NSApplicationMain(argc, (const char **)argv); +} |
