aboutsummaryrefslogtreecommitdiffstats
path: root/Copy Mailto/QuitButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'Copy Mailto/QuitButton.h')
-rw-r--r--Copy Mailto/QuitButton.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/Copy Mailto/QuitButton.h b/Copy Mailto/QuitButton.h
new file mode 100644
index 0000000..73c2e9d
--- /dev/null
+++ b/Copy Mailto/QuitButton.h
@@ -0,0 +1,16 @@
+//
+// QuitButton.h
+// CopyMailto
+//
+// 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