// // RQHomePageModule.m // XinShouJiaDao // // Created by 张嵘 on 2021/7/9. // Copyright © 2021 JCZ. All rights reserved. // #import "RQHomePageModule.h" #pragma mark - 常量定义区 CGFloat const RQTableHeaderViewHeight = 0.f; CGFloat const RQHeightForPinSectionHeaderInPagerView = 47.f; CGFloat const RQHeightForPinSectionHeaderInPagerView_One = 0.f; CGFloat const RQHeightForPinSectionHeaderInPagerView_Two = 50.f; CGFloat const RQHomeSubPageEditListToolBarHeight = 49.f; NSString * const RQHomePageSpTitleKey = @"RQHomePageSpTitleKey"; /// 首页车型选项Key NSString * const RQHomePageCarTypeKey = @"RQHomePageCarTypeKey"; /// 首页科目选项Key NSString * const RQHomePageSubjectTypeKey = @"RQHomePageSubjectTypeKey"; /// 首页子页面类型Key NSString * const RQHomeSubPageTypeKey = @"RQHomeSubPageTypeKey"; /// 广西-考试是否签退-mode 0默认没有 1广西 NSString * const RQHomeSubPageTypeKHModeKey = @"RQHomeSubPageTypeKHModeKey"; /// EditList类型Key NSString * const RQHomeSubEditListTypeKey = @"RQHomeSubEditListTypeKey";