// // CPDFDrawBackgroundView.h // PDFViewer // // Created by kdanmobile_2 on 2023/1/3. // #import #import "PDFBackgroundModel.h" NS_ASSUME_NONNULL_BEGIN @interface PDFDrawBackgroundView : UIView @property (nonatomic,strong) PDFBackgroundModel *dataModel; @end NS_ASSUME_NONNULL_END