summaryrefslogtreecommitdiff
path: root/tests/projects/objc/iosapp/src/AppDelegate.h
blob: 886f9dff392b9d66cec639a930333638f20a0beb (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/8.
//  Copyright © 2020 tboox. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>


@end