CPDFTextPreview.h 359 B

1234567891011121314151617181920
  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. @property (nonatomic,strong) UIImageView *documentView;
  13. @end
  14. NS_ASSUME_NONNULL_END