blob: 83e822b44a8dbc93a3bfcc6af568691466795d08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|