diff options
Diffstat (limited to 'CopyMailto/AppDelegate.h')
-rw-r--r-- | CopyMailto/AppDelegate.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/CopyMailto/AppDelegate.h b/CopyMailto/AppDelegate.h deleted file mode 100644 index 7ba86b3..0000000 --- a/CopyMailto/AppDelegate.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// AppDelegate.h -// CopyMailto -// -// Created by tw on 9/5/18. -// Copyright © 2018 tw. All rights reserved. -// - -#import <Cocoa/Cocoa.h> - -@interface AppDelegate : NSObject <NSApplicationDelegate> { - IBOutlet NSWindow *_window; - IBOutlet NSTextField *_email_address; -} - -- (void)handleURLEvent:(NSAppleEventDescriptor *)event - withReplyEvent: (NSAppleEventDescriptor *)replyEvent; -- (IBAction)copyEmailToClipboard:(id)sender; - -@end |