123456789101112131415161718 |
- //
- // CPDFEditView.h
- // PDFViewer
- //
- // Created by kdanmobile_2 on 2022/12/26.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface PDFWatermarkEditView : UIView
-
- @property (nonatomic,strong) UITableView *editTableView;
- @end
- NS_ASSUME_NONNULL_END
|