12345678910111213141516171819 |
- //
- // RQLearningMaterialsDetailFooterView.h
- // SDJK
- //
- // Created by 张嵘 on 2022/7/1.
- //
- #import <UIKit/UIKit.h>
- 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
|