// // ProxyConfigHelper.h // com.west2online.ClashX.ProxyConfigHelper // // Created by yichengchen on 2019/8/17. // Copyright © 2019 west2online. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface ProxyConfigHelper : NSObject - (void)run; @end NS_ASSUME_NONNULL_END