NYLIVideoDetailSubPageViewModel.h 569 B

12345678910111213141516171819202122
  1. //
  2. // NYLIVideoDetailSubPageViewModel.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2025/2/11.
  6. // Copyright © 2025 JCZ. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NYLIVideoDetailSubPageViewModel : RQCommonViewModel
  11. @property (nonatomic, readonly, strong) NSArray *videoArr;
  12. @property (nonatomic, readonly, copy) NSString *subTitle;
  13. @property (nonatomic, readonly, strong) NSIndexPath *indexPath;
  14. @property (nonatomic, readonly, assign) RQVideoDetailSubPageUpdateDataType updateDataType;
  15. @end
  16. NS_ASSUME_NONNULL_END