PDFWatermarkClipView.h 257 B

123456789101112131415161718
  1. //
  2. // CPDFClipView.h
  3. // PDFViewer
  4. //
  5. // Created by kdanmobile_2 on 2022/12/23.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface PDFWatermarkClipView : UIView
  10. @property (nonatomic,assign) CGRect documentRect;
  11. @end
  12. NS_ASSUME_NONNULL_END