ClashX/Pods/Target Support Files/RxSwift/RxSwift-umbrella.h
2018-08-04 14:27:18 +08:00

17 lines
306 B
Objective-C

#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
FOUNDATION_EXPORT double RxSwiftVersionNumber;
FOUNDATION_EXPORT const unsigned char RxSwiftVersionString[];