1234567891011121314151617181920212223242526 |
- //
- // 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;
- /// 首页车型选项Key
- NSString * const RQHomePageCarTypeKey = @"RQHomePageCarTypeKey";
- /// 首页科目选项Key
- NSString * const RQHomePageSubjectTypeKey = @"RQHomePageSubjectTypeKey";
- /// 首页子页面类型Key
- NSString * const RQHomeSubPageTypeKey = @"RQHomeSubPageTypeKey";
- /// EditList类型Key
- NSString * const RQHomeSubEditListTypeKey = @"RQHomeSubEditListTypeKey";
|