12345678910111213141516171819 |
- //
- // CPDFTextPreview.h
- // PDFViewer
- //
- // Created by kdan on 2022/11/18.
- //
- #import <UIKit/UIKit.h>
- #import "PDFPreView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface PDFWatermarkTextPreview : PDFPreView
- @property (nonatomic,strong) UIButton *rotationBtn;
- @end
- NS_ASSUME_NONNULL_END
|