Blame view
GumpLiveSDKDemo/AppDelegate.h
286 Bytes
faa61fc96
![]() |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
// // 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 |