// // AppDelegate.h // ESVideoPhoneSDKDemo // // Created by eTouchSky on 2019/9/27. // Copyright © 2019 eTouchSky. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end