// // CPDFTextPreview.h // PDFViewer // // Created by kdan on 2022/11/18. // #import #import "PDFPreView.h" NS_ASSUME_NONNULL_BEGIN @interface PDFWatermarkTextPreview : PDFPreView @property (nonatomic,strong) UIButton *rotationBtn; @end NS_ASSUME_NONNULL_END