// // NYLIVideoDetailSubPageSectionHeaderView.h // jiaPei // // Created by Ning.ge on 2025/2/10. // Copyright © 2025 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NYLIVideoDetailSubPageSectionHeaderView : UIView @property (weak, nonatomic) IBOutlet UIView *seg_view; @property (weak, nonatomic) IBOutlet QMUIButton *right_btn; @property (strong, nonatomic) QMUISegmentedControl *segmentedControl; /// init + (instancetype)videoDetailSubPageSectionHeaderView; @end NS_ASSUME_NONNULL_END