Look like working now.
This commit is contained in:
21
ShadowsocksX-NG/ProxyConfHelper.h
Normal file
21
ShadowsocksX-NG/ProxyConfHelper.h
Normal file
@ -0,0 +1,21 @@
|
||||
//
|
||||
// ProxyConfHelper.h
|
||||
// ShadowsocksX-NG
|
||||
//
|
||||
// Created by 邱宇舟 on 16/6/10.
|
||||
// Copyright © 2016年 qiuyuzhou. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface ProxyConfHelper : NSObject
|
||||
|
||||
+ (void)install;
|
||||
|
||||
+ (void)enablePACProxy;
|
||||
|
||||
+ (void)enableGlobalProxy;
|
||||
|
||||
+ (void)disableProxy;
|
||||
|
||||
@end
|
Reference in New Issue
Block a user