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

17 lines
310 B
C
Raw Normal View History

#ifdef __OBJC__
2016-06-09 03:05:38 +08:00
#import <Cocoa/Cocoa.h>
#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 AlamofireVersionNumber;
FOUNDATION_EXPORT const unsigned char AlamofireVersionString[];