KMPurchaseCompareWindowController.h 496 B

123456789101112131415161718192021222324
  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. + (NSWindowController *)firstTrialInstance;
  13. - (IBAction)startModal:(id)sender;
  14. - (IBAction)endModal:(id)sender;
  15. - (void)showWindowRestore:(id)sender;
  16. @end