123456789101112131415161718 |
- //
- // RQDspVideoDetailViewModel.h
- // JSJP
- //
- // Created by RONGQING on 2022/1/19.
- //
- #import "RQCommonViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQDspVideoDetailViewModel : RQCommonViewModel
- @property (nonatomic, readonly, strong) NSArray *videoArr;
- @property (nonatomic, readonly, strong) NSIndexPath *indexPath;
- @end
- NS_ASSUME_NONNULL_END
|