CNLiveAppDelegate.h 280 Bytes
//
//  CNLiveAppDelegate.h
//  CNLiveDemo_LXG
//
//  Created by jyyjkt on 12/03/2018.
//  Copyright (c) 2018 jyyjkt. All rights reserved.
//

@import UIKit;

@interface CNLiveAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end