RQHomePageModule.m 867 B

12345678910111213141516171819202122232425
  1. //
  2. // RQHomePageModule.m
  3. // XinShouJiaDao
  4. //
  5. // Created by 张嵘 on 2021/7/9.
  6. // Copyright © 2021 JCZ. All rights reserved.
  7. //
  8. #import "RQHomePageModule.h"
  9. #pragma mark - 常量定义区
  10. CGFloat const RQTableHeaderViewHeight = 0.f;
  11. CGFloat const RQHeightForPinSectionHeaderInPagerView = 47.f;
  12. CGFloat const RQHeightForPinSectionHeaderInPagerView_One = 0.f;
  13. CGFloat const RQHeightForPinSectionHeaderInPagerView_Two = 50.f;
  14. CGFloat const RQHomeSubPageEditListToolBarHeight = 49.f;
  15. /// 首页车型选项Key
  16. NSString * const RQHomePageCarTypeKey = @"RQHomePageCarTypeKey";
  17. /// 首页科目选项Key
  18. NSString * const RQHomePageSubjectTypeKey = @"RQHomePageSubjectTypeKey";
  19. /// 首页子页面类型Key
  20. NSString * const RQHomeSubPageTypeKey = @"RQHomeSubPageTypeKey";
  21. /// EditList类型Key
  22. NSString * const RQHomeSubEditListTypeKey = @"RQHomeSubEditListTypeKey";