Advance preference for proxy.

Manual spesify network services which would be configure.
This commit is contained in:
Charlie Qiu
2016-06-30 02:33:37 +08:00
parent 1380f245d5
commit ea4e006133
12 changed files with 397 additions and 26 deletions

View File

@ -0,0 +1,16 @@
//
// ProxyConfTool.h
// ShadowsocksX-NG
//
// Created by 邱宇舟 on 16/6/29.
// Copyright © 2016年 qiuyuzhou. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface ProxyConfTool : NSObject
+(NSArray*)networkServicesList;
@end