1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| //
| // AppDelegate.h
| // LCOpenSDKDemo
| //
| // Created by chenjian on 16/7/11.
| // Copyright (c) 2016年 lechange. All rights reserved.
| //
|
| #import <UIKit/UIKit.h>
|
| @interface AppDelegate : UIResponder <UIApplicationDelegate>
|
| @property (strong, nonatomic) UIWindow* window;
|
| @end
|
|