2016-12-11 17:17:36 +08:00
|
|
|
#ifdef __OBJC__
|
2016-06-09 03:05:38 +08:00
|
|
|
#import <Cocoa/Cocoa.h>
|
2016-12-11 17:17:36 +08:00
|
|
|
#else
|
|
|
|
#ifndef FOUNDATION_EXPORT
|
|
|
|
#if defined(__cplusplus)
|
|
|
|
#define FOUNDATION_EXPORT extern "C"
|
|
|
|
#else
|
|
|
|
#define FOUNDATION_EXPORT extern
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#endif
|
2016-06-09 03:05:38 +08:00
|
|
|
|
|
|
|
|
|
|
|
FOUNDATION_EXPORT double Pods_ShadowsocksX_NGTestsVersionNumber;
|
|
|
|
FOUNDATION_EXPORT const unsigned char Pods_ShadowsocksX_NGTestsVersionString[];
|
|
|
|
|