summaryrefslogtreecommitdiff
path: root/tests/plugins/pack/macapp/src/AppDelegate.h
blob: 413f74ce44f105a434bc173adccb8c9ea80a9a56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  AppDelegate.h
//  macapp
//
//  Created by ruki on 2020/4/4.
//  Copyright © 2020 tboox. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate>


@end