XWAppDelegate.h
295 Bytes
//
// XWAppDelegate.h
// CNLiveEnvironment
//
// Created by 153993236@qq.com on 07/13/2019.
// Copyright (c) 2019 153993236@qq.com. All rights reserved.
//
@import UIKit;
@interface XWAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end