diff options
Diffstat (limited to 'CopyMailto/AppDelegate.h')
-rw-r--r-- | CopyMailto/AppDelegate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CopyMailto/AppDelegate.h b/CopyMailto/AppDelegate.h index b46e3ff..321d100 100644 --- a/CopyMailto/AppDelegate.h +++ b/CopyMailto/AppDelegate.h @@ -10,6 +10,7 @@ @interface AppDelegate : NSObject <NSApplicationDelegate> { IBOutlet NSWindow *_window; + IBOutlet NSTextField *_email_address; } - (void)handleURLEvent:(NSAppleEventDescriptor *)event |