From 9b38dbaef7e8e29ee2ee08204facadd408d2e378 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 5 Sep 2018 17:20:42 +0200 Subject: New Xcode 9.2 (9C40b) project --- CopyMailto/AppDelegate.m | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CopyMailto/AppDelegate.m (limited to 'CopyMailto/AppDelegate.m') 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 -- cgit v1.2.3