CPDFDrawBackgroundView.h 310 B

12345678910111213141516171819
  1. //
  2. // CPDFDrawBackgroundView.h
  3. // PDFViewer
  4. //
  5. // Created by kdanmobile_2 on 2023/1/3.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "CPDFBackgroundModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface CPDFDrawBackgroundView : UIView
  11. @property (nonatomic,strong) CPDFBackgroundModel *dataModel;
  12. @end
  13. NS_ASSUME_NONNULL_END