// // KMAnnotationFontWindowController.h // SignFlow // // Created by wanjun on 2021/6/22. // #import #import "CPDFListView.h" #import "CPDFAnnotationModel.h" @interface KMAnnotationFontWindowController : NSWindowController + (id)sharedAnnotationFont; @property (nonatomic,retain) CPDFAnnotationModel *annotationModel; @property (nonatomic,assign) CPDFListView *PDFListView; @property (nonatomic,assign) CPDFFreeTextAnnotation *annotationFreeText; @property (nonatomic,copy) void (^annotationAlignCallback) (NSInteger selectedCount); @property (nonatomic,copy) void (^annotationCallback) (CPDFAnnotation *annotation); @end