// // CPDFHeadView.h // PDFViewer // // Created by kdanmobile_2 on 2022/12/7. // #import #import "PDFPreView.h" #import "Masonry.h" NS_ASSUME_NONNULL_BEGIN @interface PDFHeadView : PDFPreView @property (nonatomic,strong) UIImage *image; @end NS_ASSUME_NONNULL_END