diff options
author | Teddy Wing | 2018-09-05 17:20:42 +0200 |
---|---|---|
committer | Teddy Wing | 2018-09-05 17:20:59 +0200 |
commit | 9b38dbaef7e8e29ee2ee08204facadd408d2e378 (patch) | |
tree | f5ebe674d41ccfc2feda11abef969357c693c41b /CopyMailto/AppDelegate.h | |
download | Copy-Mailto-9b38dbaef7e8e29ee2ee08204facadd408d2e378.tar.bz2 |
New Xcode 9.2 (9C40b) project
Diffstat (limited to 'CopyMailto/AppDelegate.h')
-rw-r--r-- | CopyMailto/AppDelegate.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CopyMailto/AppDelegate.h b/CopyMailto/AppDelegate.h new file mode 100644 index 0000000..83e822b --- /dev/null +++ b/CopyMailto/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// CopyMailto +// +// Created by tw on 9/5/18. +// Copyright © 2018 tw. All rights reserved. +// + +#import <Cocoa/Cocoa.h> + +@interface AppDelegate : NSObject <NSApplicationDelegate> + + +@end + |