123456789101112131415161718192021 |
- //
- // NYLIVideoDetailSubFooterCell.h
- // jiaPei
- //
- // Created by Ning.ge on 2025/2/12.
- // Copyright © 2025 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface NYLIVideoDetailSubFooterCell : RQCommonCell
- @property (weak, nonatomic) IBOutlet QMUIButton *verticaldb_btn;
- @property (weak, nonatomic) IBOutlet QMUIButton *cross_btn;
- @end
- NS_ASSUME_NONNULL_END
|