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/main.m | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CopyMailto/main.m (limited to 'CopyMailto/main.m') diff --git a/CopyMailto/main.m b/CopyMailto/main.m new file mode 100644 index 0000000..dd3e4a5 --- /dev/null +++ b/CopyMailto/main.m @@ -0,0 +1,13 @@ +// +// main.m +// CopyMailto +// +// Created by tw on 9/5/18. +// Copyright © 2018 tw. All rights reserved. +// + +#import + +int main(int argc, const char * argv[]) { + return NSApplicationMain(argc, argv); +} -- cgit v1.2.3