aboutsummaryrefslogtreecommitdiffstats
path: root/Copy Mailto/QuitButton.h
blob: 9b27acf16bb4e7f4e753100f57df2e6567c0068f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  QuitButton.h
//  Copy Mailto
//
//  Created by tw on 9/5/18.
//  Copyright © 2018 tw. All rights reserved.
//

#import <Cocoa/Cocoa.h>
#import <Carbon/Carbon.h>

@interface QuitButton : NSButton

- (void)keyDown:(NSEvent *)theEvent;

@end