From d35983a3ace2d869aa478d107f475ca835b66e50 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 6 Sep 2018 00:10:03 +0200 Subject: Rename the project directory "CopyMailto" -> "Copy Mailto" --- Copy Mailto/AppDelegate.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Copy Mailto/AppDelegate.h (limited to 'Copy Mailto/AppDelegate.h') diff --git a/Copy Mailto/AppDelegate.h b/Copy Mailto/AppDelegate.h new file mode 100644 index 0000000..7ba86b3 --- /dev/null +++ b/Copy Mailto/AppDelegate.h @@ -0,0 +1,20 @@ +// +// AppDelegate.h +// CopyMailto +// +// Created by tw on 9/5/18. +// Copyright © 2018 tw. All rights reserved. +// + +#import + +@interface AppDelegate : NSObject { + IBOutlet NSWindow *_window; + IBOutlet NSTextField *_email_address; +} + +- (void)handleURLEvent:(NSAppleEventDescriptor *)event + withReplyEvent: (NSAppleEventDescriptor *)replyEvent; +- (IBAction)copyEmailToClipboard:(id)sender; + +@end -- cgit v1.2.3