// // JCSDKOC.h // JCSDKOC // // Created by maikireton on 2017/8/11. // Copyright © 2017年 juphoon. All rights reserved. // #if TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR #import #elif TARGET_OS_MAC #import #endif #define ZPLATFORM ((TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR) ? ZPLATFORM_IOS : ZPLATFORM_OSX) // In this header, you should import all the public headers of your framework using statements like #import #import #import #import #import #if __has_include() #import #import #endif #if __has_include() #import #import #endif #if __has_include() #import #import #import #endif #if __has_include() #import #endif #if __has_include() #import #endif #if TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR #import #endif //! Project version number for JCSDKOC. FOUNDATION_EXPORT double JCSDKOCVersionNumber; //! Project version string for JCSDKOC. FOUNDATION_EXPORT const unsigned char JCSDKOCVersionString[]; #define JCVersion @"2.13.0"