KMPropertiesViewPopController.h 389 B

1234567891011121314151617181920
  1. //
  2. // KMPropertiesViewPopController.h
  3. // PDF Reader Pro Edition
  4. //
  5. // Created by 丁林圭 on 2020/1/2.
  6. //
  7. #import <Cocoa/Cocoa.h>
  8. @interface KMPropertiesViewPopController : NSViewController
  9. @property (nonatomic,copy) void (^block) (void);
  10. + (KMPropertiesViewPopController *)defaultManager;
  11. + (BOOL)showChangeColorDetails;
  12. - (void)showChangeColorDetailsView:(NSView *)view;
  13. @end