// // KMPurchaseCompareDMGWindowController.h // PDF Reader Pro Edition // // Created by 王帅 on 2018/5/8. // #import @interface KMPurchaseCompareDMGWindowController : NSWindowController - (IBAction)startModal:(id)sender; - (IBAction)endModal:(id)sender; - (void)updateTitle:(NSString *)title andColor:(NSColor *)titleColor; - (void)showWindowRestore:(id)sender; @end @interface KMPurchaseCompareDMGWindowController(KMAnalytic) - (void)trackEvent_buyNow; @end