// // KMPDFSignatureImageView.h // PDF Reader // // Created by 丁林圭 on 2018/6/8. // Copyright © 2018年 Kdan Mobile. All rights reserved. // #import @interface KMPDFSignatureImageView : NSView @property (nonatomic, assign) BOOL clearBackground; @property (nonatomic, weak, readonly) NSTextField *emptyTipLbl; - (void)clearImage; - (void)reSelectImage; - (NSImage *)signatureImage; @property (nonatomic,copy) void (^changeSignatureImageCallback) (BOOL isTure); @end