// // 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