CNLIVEAppDelegate.h
294 Bytes
//
// CNLIVEAppDelegate.h
// CNLiveBEnvironment
//
// Created by iOS-Xiaowen on 04/14/2020.
// Copyright (c) 2020 iOS-Xiaowen. All rights reserved.
//
@import UIKit;
@interface CNLIVEAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end