1234567891011121314151617 |
- //
- // NYLIVideoDetailSubFooterViewModel.h
- // jiaPei
- //
- // Created by Ning.ge on 2025/2/12.
- // Copyright © 2025 JCZ. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface NYLIVideoDetailSubFooterViewModel : RQCommonItemViewModel
- @property (nonatomic, readonly, strong) VideosItem *videosItem;
- // init
- - (instancetype)initWithVideosItem:(VideosItem *)videosItem;
- @end
- NS_ASSUME_NONNULL_END
|