Files
ShadowsocksX-NG/Pods/Target Support Files/XYPingUtil/XYPingUtil-prefix.pch
Rudy Yang 48e42b83c1 1、使用cocoapods集成PingUtil
2、在导入、新增、修改的时候刷新ping值
2017-10-24 14:23:36 +08:00

13 lines
195 B
Plaintext

#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif