PrefixHeader.pch 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. //
  2. // PrefixHeader.pch
  3. // jiaPei
  4. //
  5. // Created by apple on 15/11/2.
  6. // Copyright (c) 2015年 JCZ. All rights reserved.
  7. //
  8. #ifndef jiaPei_PrefixHeader_pch
  9. #define jiaPei_PrefixHeader_pch
  10. // Include any system framework and library headers here that should be included in all compilation units.
  11. // You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
  12. //#ifdef __cplusplus
  13. //#import <opencv2/opencv.hpp>
  14. //#import <opencv2/imgproc/types_c.h>
  15. //#import <opencv2/core.hpp>
  16. //#import <opencv2/features2d.hpp>
  17. //#import <opencv2/calib3d.hpp>
  18. //#import <opencv2/objdetect.hpp>
  19. //#import <opencv2/highgui.hpp>
  20. //#import <opencv2/imgproc.hpp>
  21. //#import <opencv2/objdetect/objdetect.hpp>
  22. //#endif
  23. #import <Foundation/Foundation.h>
  24. #import <UIKit/UIKit.h>
  25. #import <QMUIKit/QMUIKit.h>
  26. #pragma mark - Vendors
  27. #import "ZHLineChartView.h"
  28. #import "BlocksKit.h"
  29. #import "BlocksKit+UIKit.h"
  30. #import "YYCategories.h"
  31. #import "QQCorner.h"
  32. #import "SmallVideo.h"
  33. #import "FMDBMigrationManager.h"
  34. #pragma mark - Pods
  35. #import "XHLaunchAd.h"
  36. #import <Bugly/Bugly.h>
  37. #import "CGXVerticalMenu.h"
  38. #import "SCLAlertView.h"
  39. #import <TZImagePickerController.h>
  40. #import <Masonry.h>
  41. #import <SDWebImage/SDWebImage.h>
  42. #import <SDWebImageWebPCoder/SDWebImageWebPCoder.h>
  43. #import <SDWebImage/UIImageView+WebCache.h>
  44. #import <MJRefresh/MJRefresh.h>
  45. #import "SGQRCode.h"
  46. #import <WXApi.h>
  47. #import <WXApiObject.h>
  48. #import <HWPanModal/HWPanModal.h>
  49. #import <AlipaySDK/AlipaySDK.h>
  50. #import "SDCycleScrollView.h"
  51. #import "DOUAudioStreamer.h"
  52. #import <JXCategoryView/JXCategoryView.h>
  53. #import <JXPagingView/JXPagerView.h>
  54. #import <JXPagingView/JXPagerSmoothView.h>
  55. #import <ReactiveObjC/ReactiveObjC.h>
  56. #import "CocoaSecurity.h"
  57. #import <YYWebImage/YYWebImage.h>
  58. #import <FDFullscreenPopGesture/UINavigationController+FDFullscreenPopGesture.h>
  59. #import "FLAnimatedImage.h"
  60. #import <ZFPlayer.h>
  61. #import <ZFPlayerControlView.h>
  62. #import "FMDB.h"
  63. #import "UIDevice+FCUUID.h"
  64. #import "YYLabel.h"
  65. #import "YYText.h"
  66. #import <IQKeyboardManager.h>
  67. #import <BMKLocationkit/BMKLocationComponent.h>//引入定位功能所有的头文件(新)
  68. #import <BaiduMapAPI_Base/BMKBaseComponent.h>//引入地图功能所有的头文件
  69. #import <BaiduMapAPI_Search/BMKSearchComponent.h>//引入检索功能所有的头文件
  70. #import <BaiduMapAPI_Map/BMKMapView.h>
  71. #import <BaiduMapAPI_Map/BMKPinAnnotationView.h>
  72. #import <QMLineSDK/QMLineSDK.h>
  73. #import "MLEmojiLabel.h"
  74. #import "QMDateManager.h"
  75. #import "ReactiveObjC.h"
  76. #pragma mark - Macros
  77. #import "RQMacros.h"
  78. #pragma mark - Utils
  79. #import "RQUtils.h"
  80. #import "RQShareFunction.h"
  81. #import "LocationManager.h"
  82. #import "CheckBodyManager.h"
  83. #import "RQADViewManager.h"
  84. #import "UIFormatter.h"
  85. #import "RQConstant.h"
  86. #import "UserInfo.h"
  87. #import "AppDelegate.h"
  88. #import "ENUM.h"
  89. #import "LoadingView.h"
  90. #import "DB_Que_Helper.h"
  91. #import "DB_Helper.h"
  92. #import "Util.h"
  93. #import "jiaPeiManager.h"
  94. #import "Tools.h"
  95. #pragma mark - Modules
  96. #import "BaseModule.h"
  97. #import "OtherModules.h"
  98. #import "LoginModule.h"
  99. #import "RQHomePageModule.h"
  100. #import "RQTimeModule.h"
  101. #import "RQDiscoverModule.h"
  102. #import "RQProfileModule.h"
  103. #import "MainModule.h"
  104. #pragma mark - VC
  105. #import "NYBasetjTimeVC.h"
  106. #import "NYTheoryTimeVC.h" //理论计时
  107. #import "NYGetjobTimeVC.h" //从业计时
  108. /**一个全局的单例。
  109. 这个地方可以放入版本判断信息 如果版本太低 不能打开 并告诉用户最低支持的版本信息--danson
  110. */
  111. #define myDelegate ((AppDelegate* )[[UIApplication sharedApplication]delegate])
  112. #endif
  113. //版本判定
  114. #define iOS8 ([UIDevice currentDevice].systemVersion.floatValue >= 8.0f)
  115. #define iOS10 ([UIDevice currentDevice].systemVersion.floatValue >= 10.0f)
  116. //#define IOS11 ([[UIDevice currentDevice].systemVersion floatValue] >= 11.0f ? YES : NO)
  117. #define IOS11 @available(iOS 11.0, *)
  118. #define IOS12 @available(iOS 12.0, *)
  119. #define IOS13 @available(iOS 13.0, *)
  120. /// 客服
  121. #define kMainCellColor [UIColor colorWithRed:248/255.0 green:248/255.0 blue:255/255.0 alpha:1]
  122. #define kInputViewHeight 50
  123. //支付宝
  124. #ifndef __IPHONE_5_0
  125. #warning "This project uses features only available in iOS SDK 5.0 and later."
  126. #endif
  127. #ifdef DEBUG // 开发阶段-DEBUG阶段:使用Log
  128. #define NSLog(FORMAT, ...) fprintf(stderr,"%s:%d\t%s\n",[[[NSString stringWithUTF8String:__FILE__] lastPathComponent] UTF8String], __LINE__, [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]);
  129. #else // 发布阶段-上线阶段:移除Log
  130. #define NSLog(FORMAT, ...) nil
  131. #endif
  132. #ifdef __OBJC__
  133. #import <UIKit/UIKit.h>
  134. #import <Foundation/Foundation.h>
  135. #endif