RQLearningMaterialsDetailHeaderView.h 401 B

123456789101112131415161718
  1. //
  2. // RQLearningMaterialsDetailHeaderView.h
  3. // SDJK
  4. //
  5. // Created by 张嵘 on 2022/7/1.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface RQLearningMaterialsDetailHeaderView : UIView
  10. @property (weak, nonatomic) IBOutlet QMUIButton *downloadBtn;
  11. @property (weak, nonatomic) IBOutlet QMUIButton *sendBtn;
  12. + (instancetype)learningMaterialsDetailHeaderView;
  13. @end
  14. NS_ASSUME_NONNULL_END