123456789101112131415161718 |
- //
- // CPDFClipView.h
- // PDFViewer
- //
- // Created by kdanmobile_2 on 2022/12/23.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface PDFWatermarkClipView : UIView
- @property (nonatomic,assign) CGRect documentRect;
- @end
- NS_ASSUME_NONNULL_END
|