CNLiveAppDelegate.h
287 Bytes
//
// CNLiveAppDelegate.h
// CNLiveBaseTools
//
// Created by 殷巧娟 on 01/18/2019.
// Copyright (c) 2019 殷巧娟. All rights reserved.
//
@import UIKit;
@interface CNLiveAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end