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

#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate>


@end