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

#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate>


@end