// // AppDelegate.h // Low Battery Yup // // Created by TW on 11/16/16. // Copyright (c) 2016 TW. All rights reserved. // #import #import #import #import @interface AppDelegate : NSObject { IBOutlet NSWindow *window; IBOutlet MASShortcutView *_shortcut_view; } - (IBAction)logDefaults:(id)sender; @end