KMAnnotationLinkViewController.h 511 B

12345678910111213141516171819202122
  1. //
  2. // KMAnnotationLinkViewController.h
  3. // SignFlow
  4. //
  5. // Created by wanjun on 2021/6/23.
  6. //
  7. #import "KMAnnotationPropertyBaseController.h"
  8. #import "CPDFListView+Tool.h"
  9. #import "CPDFAnnotationModel.h"
  10. @interface KMAnnotationLinkViewController : KMAnnotationPropertyBaseController
  11. @property (nonatomic,retain) CPDFAnnotationModel *annotationModel;
  12. @property (nonatomic, retain) NSString *content;
  13. @property (nonatomic, assign) NSInteger pageCount;
  14. @property (nonatomic, assign) BOOL isCreateLink;
  15. @end