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