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