RQHomePageModule.m 1.0 KB

1234567891011121314151617181920212223242526272829
  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. NSString * const RQHomePageSpTitleKey = @"RQHomePageSpTitleKey";
  16. /// 首页车型选项Key
  17. NSString * const RQHomePageCarTypeKey = @"RQHomePageCarTypeKey";
  18. /// 首页科目选项Key
  19. NSString * const RQHomePageSubjectTypeKey = @"RQHomePageSubjectTypeKey";
  20. /// 首页子页面类型Key
  21. NSString * const RQHomeSubPageTypeKey = @"RQHomeSubPageTypeKey";
  22. /// 广西-考试是否签退-mode 0默认没有 1广西
  23. NSString * const RQHomeSubPageTypeKHModeKey = @"RQHomeSubPageTypeKHModeKey";
  24. /// EditList类型Key
  25. NSString * const RQHomeSubEditListTypeKey = @"RQHomeSubEditListTypeKey";