blob: dd3e4a50ad02ec345f95c69f42bd1fbf46da059e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// main.m
// CopyMailto
//
// Created by tw on 9/5/18.
// Copyright © 2018 tw. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, const char * argv[]) {
return NSApplicationMain(argc, argv);
}
|