aboutsummaryrefslogtreecommitdiffstats
path: root/CopyMailto/AppDelegate.m
diff options
context:
space:
mode:
authorTeddy Wing2018-09-05 17:20:42 +0200
committerTeddy Wing2018-09-05 17:20:59 +0200
commit9b38dbaef7e8e29ee2ee08204facadd408d2e378 (patch)
treef5ebe674d41ccfc2feda11abef969357c693c41b /CopyMailto/AppDelegate.m
downloadCopy-Mailto-9b38dbaef7e8e29ee2ee08204facadd408d2e378.tar.bz2
New Xcode 9.2 (9C40b) project
Diffstat (limited to 'CopyMailto/AppDelegate.m')
-rw-r--r--CopyMailto/AppDelegate.m28
1 files changed, 28 insertions, 0 deletions
diff --git a/CopyMailto/AppDelegate.m b/CopyMailto/AppDelegate.m
new file mode 100644
index 0000000..3ea136a
--- /dev/null
+++ b/CopyMailto/AppDelegate.m
@@ -0,0 +1,28 @@
+//
+// AppDelegate.m
+// CopyMailto
+//
+// Created by tw on 9/5/18.
+// Copyright © 2018 tw. All rights reserved.
+//
+
+#import "AppDelegate.h"
+
+@interface AppDelegate ()
+
+@property (weak) IBOutlet NSWindow *window;
+@end
+
+@implementation AppDelegate
+
+- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
+ // Insert code here to initialize your application
+}
+
+
+- (void)applicationWillTerminate:(NSNotification *)aNotification {
+ // Insert code here to tear down your application
+}
+
+
+@end