// // QuitButton.h // Copy Mailto // // Created by tw on 9/5/18. // Copyright © 2018 tw. All rights reserved. // #import #import @interface QuitButton : NSButton - (void)keyDown:(NSEvent *)theEvent; @end