RQVideoDetailSubPageSectionHeaderView.h 422 B

12345678910111213141516171819
  1. //
  2. // RQVideoDetailSubPageSectionHeaderView.h
  3. // JSJP
  4. //
  5. // Created by 张嵘 on 2021/11/5.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface RQVideoDetailSubPageSectionHeaderView : UIView
  10. @property (weak, nonatomic) IBOutlet UIButton *headerBtn;
  11. @property (weak, nonatomic) IBOutlet UILabel *headerSubTitleLabel;
  12. /// init
  13. + (instancetype)videoDetailSubPageSectionHeaderView;
  14. @end
  15. NS_ASSUME_NONNULL_END