// // RQHomeSubPageListCell.h // SDJK // // Created by 张嵘 on 2021/8/4. // #import "RQCommonCell.h" NS_ASSUME_NONNULL_BEGIN @interface RQHomeSubPageListCell : RQCommonCell @property (weak, nonatomic) IBOutlet UIButton *numBtn; @end NS_ASSUME_NONNULL_END