Files
ShadowsocksX-NG/LaunchHelper/LaunchHelper/main.m
2017-03-28 20:25:35 +08:00

14 lines
245 B
Objective-C

//
// main.m
// LaunchHelper
//
// Created by 邱宇舟 on 2017/3/28.
// Copyright © 2017年 qiuyuzhou. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, const char * argv[]) {
return NSApplicationMain(argc, argv);
}