CPDFTextPreview.h 303 B

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