NYLIVideoDetailSubPageSectionHeaderView.h 542 B

1234567891011121314151617181920212223242526
  1. //
  2. // NYLIVideoDetailSubPageSectionHeaderView.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2025/2/10.
  6. // Copyright © 2025 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NYLIVideoDetailSubPageSectionHeaderView : UIView
  11. @property (weak, nonatomic) IBOutlet UIView *seg_view;
  12. @property (weak, nonatomic) IBOutlet QMUIButton *right_btn;
  13. @property (strong, nonatomic) QMUISegmentedControl *segmentedControl;
  14. /// init
  15. + (instancetype)videoDetailSubPageSectionHeaderView;
  16. @end
  17. NS_ASSUME_NONNULL_END