KMPageEditPopViewController.h 230 B

1234567891011121314
  1. //
  2. // KMPageEditPopViewController.h
  3. // PDF Reader Pro Edition
  4. //
  5. // Created by 丁林圭 on 2019/12/24.
  6. //
  7. #import <Cocoa/Cocoa.h>
  8. @interface KMPageEditPopViewController : NSViewController
  9. + (BOOL)showPageEditDetails;
  10. @end