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