// // CPDFImagePreview.h // PDFViewer // // Created by kdan on 2022/11/18. // #import NS_ASSUME_NONNULL_BEGIN @interface CPDFImagePreview : UIView @property (nonatomic,strong) UIImageView *watermarkView; @property (nonatomic,strong) UIButton *rotationBtn; @property (nonatomic,strong) UIImageView *documentView; @property (nonatomic,assign) CGRect watermarkFrame; @end NS_ASSUME_NONNULL_END