Blame view

NNewGumpSDKDemo/AppDelegate.h 282 Bytes
c80ffd587   alexYang   SDK
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  //
  //  AppDelegate.h
  //  NNewGumpSDKDemo
  //
  //  Created by yanglele on 2019/5/24.
  //  Copyright © 2019 yanglele. All rights reserved.
  //
  
  #import <UIKit/UIKit.h>
  
  @interface AppDelegate : UIResponder <UIApplicationDelegate>
  
  @property (strong, nonatomic) UIWindow *window;
  
  
  @end