// // RQHoursBeforeExamHomeViewModel.h // jiaPei // // Created by 张嵘 on 2022/6/21. // Copyright © 2022 JCZ. All rights reserved. // #import "RQCommonViewModel.h" NS_ASSUME_NONNULL_BEGIN @interface RQHoursBeforeExamHomeViewModel : RQCommonViewModel /// 秘卷一 @property (nonatomic, readonly, copy) NSArray *itemsOne; /// 秘卷二 @property (nonatomic, readonly, copy) NSArray *itemsTwo; @end NS_ASSUME_NONNULL_END