// // KMAnnotationLinkViewController.h // SignFlow // // Created by wanjun on 2021/6/23. // #import "KMAnnotationPropertyBaseController.h" #import "CPDFListView+Tool.h" #import "CPDFAnnotationModel.h" @interface KMAnnotationLinkViewController : KMAnnotationPropertyBaseController @property (nonatomic,retain) CPDFAnnotationModel *annotationModel; @property (nonatomic, retain) NSString *content; @property (nonatomic, assign) NSInteger pageCount; @property (nonatomic, assign) BOOL isCreateLink; @end