12345678910111213141516171819 |
- //
- // RQExerciseVideoExplainItemViewModel.h
- // jiaPei
- //
- // Created by 张嵘 on 2022/11/23.
- // Copyright © 2022 JCZ. All rights reserved.
- //
- #import "RQCommonItemViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQExerciseVideoExplainItemViewModel : RQCommonItemViewModel
- @property (nonatomic, readonly, strong) RQYDTJSModel *ydtJSModel;
- - (instancetype)initWithRQYDTJSModel:(RQYDTJSModel *)ydtJSModel;
- @end
- NS_ASSUME_NONNULL_END
|