18 lines
317 B
C
18 lines
317 B
C
|
//
|
||
|
// ProxyConfigHelper.h
|
||
|
// com.west2online.ClashX.ProxyConfigHelper
|
||
|
//
|
||
|
// Created by yichengchen on 2019/8/17.
|
||
|
// Copyright © 2019 west2online. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface ProxyConfigHelper : NSObject
|
||
|
- (void)run;
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|