blob: b01a8dc72f516f138823d76105af854ac3294a3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
//
// AppDelegate.h
// test5
//
// Created by ruki on 2020/4/8.
// Copyright © 2020 tboox. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@end
|