PrefixHeader.pch 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. //
  2. // PrefixHeader.pch
  3. // StarAndGuest
  4. //
  5. // Created by 刘惠萍 on 2020/9/22.
  6. // Copyright © 2020 刘惠萍. All rights reserved.
  7. //
  8. #ifdef __OBJC__
  9. #import <UIKit/UIKit.h>
  10. #import <Foundation/Foundation.h>
  11. #import <AFNetworking.h>
  12. #import <YYKit.h>
  13. #import <MJRefresh.h>
  14. #import "Singleton.h"//单例
  15. #import "MacroLocalKey.h"//本地key
  16. #import "MacroLocal.h"//本地
  17. #import "GlobalData.h"
  18. #import "Header.h"//计算
  19. #import "MacroRelease.h"//上线配置
  20. #import "ReturnAttributeStr.h"
  21. #import "BaseNavView.h"
  22. #import <AlipaySDK/AlipaySDK.h>
  23. #import <SDWebImage/UIImageView+WebCache.h>
  24. #import <UIImageView+WebCache.h>
  25. #import "MBProgressHUD.h"
  26. #import <NIMSDK/NIMSDK.h>
  27. #import <QYSDK/QYSDK.h>
  28. #import <QYSDK/QYPOPSDK.h>
  29. //提示框
  30. #import "NoticeView.h"
  31. #import "NoResultView.h"
  32. #import "BaseTableVC.h"
  33. #import "ModelBtn.h"
  34. #import "BaseAlertView.h"
  35. #import "LinkScrollView.h"
  36. #import "DataModels.h"
  37. #import "ModelBaseData.h"
  38. #import "RequestApi.h"
  39. //基础VC
  40. #import "BaseVC.h"
  41. #import "GlobalMethod+UI.h"
  42. #import "NSString+LHP.h"
  43. #import "UILabel+Category.h"
  44. #import "GlobalMethod+LocalDatas.h"
  45. #import "NSArray+Category.h"
  46. #import "UIView+Size.h"
  47. #import "NSDictionary+Model.h"
  48. #import "NSMutableParagraphStyle+Category.h"
  49. #import "UIView+Category.h"
  50. #import "GlobalMethod+Version.h"
  51. #import "UINavigationController+EndEditing.h"
  52. #import "UIViewController+Category.h"
  53. #import "UIView+Coordeinate.h"
  54. #import "UIScrollView+Category.h"
  55. #import "RequestApi+LHP.h"
  56. #import "NSNumber+Category.h"
  57. #import "NSString+Category.h"
  58. #import "BaseVC+BaseImageSelectVC.h"
  59. #import "GlobalMethod+Authority.h"
  60. #import "UIImageView+Category.h"
  61. #import "UIColor+Category.h"
  62. // Include any system framework and library headers here that should be included in all compilation units.
  63. // You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
  64. #endif /* PrefixHeader_pch */