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