1234567891011121314151617181920 |
- //
- // NYLIVideoDetailViewController.h
- // jiaPei
- //
- // Created by Ning.ge on 2025/2/8.
- // Copyright © 2025 JCZ. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "RQVideoDetailSubPageViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface NYLIVideoDetailViewController : RQCommonViewController
- @property (nonatomic,assign) int tagTyp;
- @end
- NS_ASSUME_NONNULL_END
|