Files
ShadowsocksX-NG/Pods/Target Support Files/XYPingUtil/XYPingUtil-umbrella.h

20 lines
380 B
C
Raw Normal View History

#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
#import "PingManager.h"
#import "PingUtil.h"
#import "SimplePing.h"
FOUNDATION_EXPORT double XYPingUtilVersionNumber;
FOUNDATION_EXPORT const unsigned char XYPingUtilVersionString[];