CNLiveAppDelegate.h
291 Bytes
//
// CNLiveAppDelegate.h
// CNLiveBusinessTools
//
// Created by 郭瑞朋 on 05/08/2019.
// Copyright (c) 2019 郭瑞朋. All rights reserved.
//
@import UIKit;
@interface CNLiveAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end