1234567891011121314151617181920212223242526 |
- //
- // NYLIVideoDetailSubPageSectionHeaderView.h
- // jiaPei
- //
- // Created by Ning.ge on 2025/2/10.
- // Copyright © 2025 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- 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
|