// // PrefixHeader.pch // jiaPei // // Created by apple on 15/11/2. // Copyright (c) 2015年 JCZ. All rights reserved. // #ifndef jiaPei_PrefixHeader_pch #define jiaPei_PrefixHeader_pch // Include any system framework and library headers here that should be included in all compilation units. // You will also need to set the Prefix Header build setting of one or more of your targets to reference this file. //#ifdef __cplusplus //#import //#import //#import //#import //#import //#import //#import //#import //#import //#endif #import #import #import #import #import #pragma mark - Vendors #import "ZHLineChartView.h" #import "BlocksKit.h" #import "BlocksKit+UIKit.h" #import "YYCategories.h" #import "QQCorner.h" #import "SmallVideo.h" #import "FMDBMigrationManager.h" #pragma mark - Pods #import "XHLaunchAd.h" #import #import "CGXVerticalMenu.h" #import "SCLAlertView.h" #import #import #import #import #import #import #import "SGQRCode.h" #import #import #import #import "SDCycleScrollView.h" #import "DOUAudioStreamer.h" #import #import #import #import #import "CocoaSecurity.h" #import #import #import "FLAnimatedImage.h" #import #import #import #import "UIDevice+FCUUID.h" #import "YYLabel.h" #import "YYText.h" #import #import //引入定位功能所有的头文件(新) #import //引入地图功能所有的头文件 #import //引入检索功能所有的头文件 #import #import #import #import "MLEmojiLabel.h" #import "QMDateManager.h" #import "ReactiveObjC.h" #pragma mark - Macros #import "RQMacros.h" #pragma mark - Utils #import "NYQRCodeVCManager.h" #import "RQUtils.h" #import "RQShareFunction.h" #import "LocationManager.h" #import "CheckBodyManager.h" #import "RQADViewManager.h" #import "NYADViewManager.h" #import "NYVoiceManager.h" #import "UIFormatter.h" #import "RQConstant.h" #import "UserInfo.h" #import "AppDelegate.h" #import "ENUM.h" #import "LoadingView.h" #import "DB_Que_Helper.h" #import "DB_Helper.h" #import "Util.h" #import "jiaPeiManager.h" #import "Tools.h" #import "NYTools.h" #pragma mark - Modules #import "BaseModule.h" #import "OtherModules.h" #import "LoginModule.h" #import "RQHomePageModule.h" #import "RQTimeModule.h" #import "RQDiscoverModule.h" #import "RQProfileModule.h" #import "MainModule.h" #import "NYExaminationModule.h" #pragma mark - VC #import "NYBasetjTimeVC.h" #import "NYTheoryTimeVC.h" //理论计时 #import "NYGetjobTimeVC.h" //从业计时 #import "NYClassRoomVC.h" //课堂培训 /**一个全局的单例。 这个地方可以放入版本判断信息 如果版本太低 不能打开 并告诉用户最低支持的版本信息--danson */ #define myDelegate ((AppDelegate* )[[UIApplication sharedApplication]delegate]) #endif //版本判定 #define iOS8 ([UIDevice currentDevice].systemVersion.floatValue >= 8.0f) #define iOS10 ([UIDevice currentDevice].systemVersion.floatValue >= 10.0f) //#define IOS11 ([[UIDevice currentDevice].systemVersion floatValue] >= 11.0f ? YES : NO) #define IOS11 @available(iOS 11.0, *) #define IOS12 @available(iOS 12.0, *) #define IOS13 @available(iOS 13.0, *) /// 客服 #define kMainCellColor [UIColor colorWithRed:248/255.0 green:248/255.0 blue:255/255.0 alpha:1] #define kInputViewHeight 50 #ifndef __IPHONE_5_0 #warning "This project uses features only available in iOS SDK 5.0 and later." #endif #ifdef DEBUG // 开发阶段-DEBUG阶段:使用Log #define NSLog(FORMAT, ...) fprintf(stderr,"%s:%d\t%s\n",[[[NSString stringWithUTF8String:__FILE__] lastPathComponent] UTF8String], __LINE__, [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]); #else // 发布阶段-上线阶段:移除Log #define NSLog(FORMAT, ...) nil #endif #ifdef __OBJC__ #import #import #endif