KMPurchaseCompareWindowController.h 451 B

12345678910111213141516171819202122
  1. //
  2. // KMPurchaseCompareWindowController.h
  3. // PDF Reader
  4. //
  5. // Created by wangshuai on 2017/5/8.
  6. // Copyright © 2017年 zhangjie. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. @interface KMPurchaseCompareWindowController : NSWindowController
  10. + (NSWindowController *)sharedInstance;
  11. + (NSWindowController *)DMGPurchaseInstance;
  12. - (IBAction)startModal:(id)sender;
  13. - (IBAction)endModal:(id)sender;
  14. - (void)showWindowRestore:(id)sender;
  15. @end