SDJKPrefixHeader.pch 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. //
  2. // PrefixHeader.pch
  3. // SDJK
  4. //
  5. // Created by 张嵘 on 2021/7/27.
  6. //
  7. #ifndef PrefixHeader_pch
  8. #define PrefixHeader_pch
  9. // Include any system framework and library headers here that should be included in all compilation units.
  10. // You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
  11. #import <Foundation/Foundation.h>
  12. #import <UIKit/UIKit.h>
  13. #import "AppDelegate.h"
  14. #pragma mark - Vendors
  15. #import "BlocksKit.h"
  16. #import "BlocksKit+UIKit.h"
  17. #import "RSA.h"
  18. #import "QQCorner.h"
  19. #pragma mark - Pods
  20. #import <QMUIKit/QMUIKit.h>
  21. #import <AFNetworking/AFNetworking.h>
  22. #import "CocoaSecurity.h"
  23. #import "CGXVerticalMenu.h"
  24. #import <Colours/Colours.h>
  25. #import "DOUAudioStreamer.h"
  26. #import <FDFullscreenPopGesture/UINavigationController+FDFullscreenPopGesture.h>
  27. #import "FLAnimatedImage.h"
  28. #import <fmdb/FMDB.h>
  29. #import <IQKeyboardManager.h>
  30. #import <JPFPSStatus/JPFPSStatus.h>
  31. #import <JXCategoryView/JXCategoryView.h>
  32. #import <JXPagingView/JXPagerView.h>
  33. #import "LEEAlert.h"
  34. #import <Masonry/Masonry.h>
  35. #import <MJRefresh/MJRefresh.h>
  36. #import <ReactiveObjC/ReactiveObjC.h>
  37. #import "SCLAlertView.h"
  38. #import "SDCycleScrollView.h"
  39. //#import <SDWebImage/SDWebImage.h>
  40. //#import <SDWebImageWebPCoder/SDWebImageWebPCoder.h>
  41. #import <TZImagePickerController.h>
  42. #import <WechatOpenSDK/WXApi.h>
  43. #import <WechatOpenSDK/WXApiObject.h>
  44. #import "YYCategories.h"
  45. #import "YYLabel.h"
  46. #import "YYText.h"
  47. #import <YYWebImage/YYWebImage.h>
  48. #import <ZFPlayer.h>
  49. #import <ZFPlayerControlView.h>
  50. #import <ZYCornerRadius/UIImageView+CornerRadius.h>
  51. #pragma mark - Macros
  52. #import "RQMacros.h"
  53. #pragma mark - Utils
  54. #import "RQUtils.h"
  55. #pragma mark - Modulars
  56. #import "BaseModule.h"
  57. #import "MainModule.h"
  58. #import "OtherModule.h"
  59. #import "LoginModule.h"
  60. #import "RQHomePageModule.h"
  61. #import "ProfileModule.h"
  62. #endif /* PrefixHeader_pch */