// // AppDelegate.h // Copy Mailto // // Created by tw on 9/5/18. // Copyright © 2018 Teddy Wing // #import @interface AppDelegate : NSObject { IBOutlet NSWindow *_window; IBOutlet NSTextField *_email_address; } - (void)handleURLEvent:(NSAppleEventDescriptor *)event withReplyEvent: (NSAppleEventDescriptor *)replyEvent; - (IBAction)copyEmailToClipboard:(id)sender; @end