// // RQLearningMaterialsDetailFooterView.h // SDJK // // Created by 张嵘 on 2022/7/1. // #import NS_ASSUME_NONNULL_BEGIN @interface RQLearningMaterialsDetailFooterView : UIView @property (weak, nonatomic) IBOutlet QMUIButton *lastBtn; @property (weak, nonatomic) IBOutlet QMUIButton *nextBtn; @property (weak, nonatomic) IBOutlet UILabel *myTitleLabel; + (instancetype)learningMaterialsDetailFooterView; @end NS_ASSUME_NONNULL_END