aboutsummaryrefslogtreecommitdiffstats
path: root/CopyMailto/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'CopyMailto/AppDelegate.h')
-rw-r--r--CopyMailto/AppDelegate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CopyMailto/AppDelegate.h b/CopyMailto/AppDelegate.h
index 321d100..7ba86b3 100644
--- a/CopyMailto/AppDelegate.h
+++ b/CopyMailto/AppDelegate.h
@@ -15,5 +15,6 @@
- (void)handleURLEvent:(NSAppleEventDescriptor *)event
withReplyEvent: (NSAppleEventDescriptor *)replyEvent;
+- (IBAction)copyEmailToClipboard:(id)sender;
@end