// // CPDFBackgroundPreview.h // PDFViewer // // Created by kdanmobile_2 on 2023/1/2. // #import #import "PDFPreView.h" NS_ASSUME_NONNULL_BEGIN @interface PDFBackgroundPreview : PDFPreView @property (nonatomic,strong) UIColor *tintColor; @end NS_ASSUME_NONNULL_END