12345678910111213141516171819202122 |
- #import <Cocoa/Cocoa.h>
- @interface KMPurchaseCompareWindowController : NSWindowController
- + (NSWindowController *)sharedInstance;
- + (NSWindowController *)DMGPurchaseInstance;
- - (IBAction)startModal:(id)sender;
- - (IBAction)endModal:(id)sender;
- - (void)showWindowRestore:(id)sender;
- @end
|