AppDelegate.h
282 Bytes
//
// 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