PDFWatermarkTextPreview.h 284 B

12345678910111213141516171819
  1. //
  2. // CPDFTextPreview.h
  3. // PDFViewer
  4. //
  5. // Created by kdan on 2022/11/18.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "PDFPreView.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface PDFWatermarkTextPreview : PDFPreView
  11. @property (nonatomic,strong) UIButton *rotationBtn;
  12. @end
  13. NS_ASSUME_NONNULL_END