12345678910111213141516171819202122 |
- //
- // NYLIVideoDetailSubPageViewModel.h
- // jiaPei
- //
- // Created by Ning.ge on 2025/2/11.
- // Copyright © 2025 JCZ. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface NYLIVideoDetailSubPageViewModel : RQCommonViewModel
- @property (nonatomic, readonly, strong) NSArray *videoArr;
- @property (nonatomic, readonly, copy) NSString *subTitle;
- @property (nonatomic, readonly, strong) NSIndexPath *indexPath;
- @property (nonatomic, readonly, assign) RQVideoDetailSubPageUpdateDataType updateDataType;
- @end
- NS_ASSUME_NONNULL_END
|