NYLIVideoDetailSubFooterCell.h 402 B

123456789101112131415161718192021
  1. //
  2. // NYLIVideoDetailSubFooterCell.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2025/2/12.
  6. // Copyright © 2025 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NYLIVideoDetailSubFooterCell : RQCommonCell
  11. @property (weak, nonatomic) IBOutlet QMUIButton *verticaldb_btn;
  12. @property (weak, nonatomic) IBOutlet QMUIButton *cross_btn;
  13. @end
  14. NS_ASSUME_NONNULL_END