// // KMPropertiesViewPopController.h // PDF Reader Pro Edition // // Created by 丁林圭 on 2020/1/2. // #import @interface KMPropertiesViewPopController : NSViewController @property (nonatomic,copy) void (^block) (void); + (KMPropertiesViewPopController *)defaultManager; + (BOOL)showChangeColorDetails; - (void)showChangeColorDetailsView:(NSView *)view; @end