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