NYLIVideoDetailHeaderView.h 482 B

123456789101112131415161718192021222324252627
  1. //
  2. // NYLIVideoDetailHeaderView.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 NYLIVideoDetailHeaderView : UIView
  11. @property (weak, nonatomic) IBOutlet UIButton *back_btn;
  12. @property (weak, nonatomic) IBOutlet UILabel *title_label;
  13. @property (weak, nonatomic) IBOutlet UIView *play_view;
  14. + (instancetype)liVideoDetailHeaderView;
  15. @end
  16. NS_ASSUME_NONNULL_END