diff options
Diffstat (limited to 'CopyMailto/AppDelegate.h')
-rw-r--r-- | CopyMailto/AppDelegate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CopyMailto/AppDelegate.h b/CopyMailto/AppDelegate.h index 83e822b..df7aec0 100644 --- a/CopyMailto/AppDelegate.h +++ b/CopyMailto/AppDelegate.h @@ -10,6 +10,7 @@ @interface AppDelegate : NSObject <NSApplicationDelegate> +- (void)handleURLEvent:(NSAppleEventDescriptor *)event + withReplyEvent: (NSAppleEventDescriptor *)replyEvent; @end - |