123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- //
- // 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 <opencv2/opencv.hpp>
- //#import <opencv2/imgproc/types_c.h>
- //#import <opencv2/core.hpp>
- //#import <opencv2/features2d.hpp>
- //#import <opencv2/calib3d.hpp>
- //#import <opencv2/objdetect.hpp>
- //#import <opencv2/highgui.hpp>
- //#import <opencv2/imgproc.hpp>
- //#import <opencv2/objdetect/objdetect.hpp>
- //#endif
- #import <Foundation/Foundation.h>
- #import <UIKit/UIKit.h>
- #import <QMUIKit/QMUIKit.h>
- #import <QCloudTTS/QCloudTTSEngine.h>
- #import <QCloudTTS/QCloudMediaPlayer.h>
- #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 <Bugly/Bugly.h>
- #import "CGXVerticalMenu.h"
- #import "SCLAlertView.h"
- #import <TZImagePickerController.h>
- #import <Masonry.h>
- #import <SDWebImage/SDWebImage.h>
- #import <SDWebImageWebPCoder/SDWebImageWebPCoder.h>
- #import <SDWebImage/UIImageView+WebCache.h>
- #import <MJRefresh/MJRefresh.h>
- #import "SGQRCode.h"
- #import <WXApi.h>
- #import <WXApiObject.h>
- #import <HWPanModal/HWPanModal.h>
- #import "SDCycleScrollView.h"
- #import "DOUAudioStreamer.h"
- #import <JXCategoryView/JXCategoryView.h>
- #import <JXPagingView/JXPagerView.h>
- #import <JXPagingView/JXPagerSmoothView.h>
- #import <ReactiveObjC/ReactiveObjC.h>
- #import "CocoaSecurity.h"
- #import <YYWebImage/YYWebImage.h>
- #import <FDFullscreenPopGesture/UINavigationController+FDFullscreenPopGesture.h>
- #import "FLAnimatedImage.h"
- #import <ZFPlayer.h>
- #import <ZFPlayerControlView.h>
- #import <FMDB/FMDB.h>
- #import "UIDevice+FCUUID.h"
- #import "YYLabel.h"
- #import "YYText.h"
- #import <IQKeyboardManager.h>
- #import <BMKLocationkit/BMKLocationComponent.h>//引入定位功能所有的头文件(新)
- #import <BaiduMapAPI_Base/BMKBaseComponent.h>//引入地图功能所有的头文件
- #import <BaiduMapAPI_Search/BMKSearchComponent.h>//引入检索功能所有的头文件
- #import <BaiduMapAPI_Map/BMKMapView.h>
- #import <BaiduMapAPI_Map/BMKPinAnnotationView.h>
- #import <QMLineSDK/QMLineSDK.h>
- #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 <UIKit/UIKit.h>
- #import <Foundation/Foundation.h>
- #endif
|