AppDelegate.h 286 Bytes
//
//  AppDelegate.h
//  GumpLiveSDKDemo
//
//  Created by yanglele on 2017/10/19.
//  Copyright © 2017年 yanglele. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end