12345678910111213141516171819 |
- //
- // RQPayPriceHeaderGroupViewModel.h
- // jiaPei
- //
- // Created by 张嵘 on 2022/6/7.
- // Copyright © 2022 JCZ. All rights reserved.
- //
- #import "RQCommonGroupViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQPayPriceHeaderGroupViewModel : RQCommonGroupViewModel
- @property (nonatomic, readonly, strong) RQTypeModel *typeModel;
- /// init
- - (instancetype)initWithRQTypeModel:(RQTypeModel *)typeModel;
- @end
- NS_ASSUME_NONNULL_END
|