// // CPDFBackgroundSettingViewController.h // PDFViewer // // Created by kdanmobile_2 on 2023/1/2. // #import #import #import "PDFBackgroundModel.h" NS_ASSUME_NONNULL_BEGIN @protocol BackgroundDataModelDelegate - (void)PDFViewPerformChangeBackground:(PDFBackgroundModel *)dataModel; - (void)PDFViewPerformDeleteBackground; @end @interface PDFBackgroundSettingViewController : UIViewController @property (nonatomic,weak) id delegate; - (instancetype)initWithDocument:(CPDFDocument *)document; @end NS_ASSUME_NONNULL_END