1234567891011121314151617181920 |
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface CPDFTextPreview : UIView
- @property (nonatomic,strong) UILabel *watermarkLabel;
- @property (nonatomic,strong) UIButton *rotationBtn;
- @property (nonatomic,strong) UIImageView *documentView;
- @end
- NS_ASSUME_NONNULL_END
|