CNLiveAppDelegate.h
285 Bytes
//
// CNLiveAppDelegate.h
// CNLiveUploadManager
//
// Created by jyyjkt on 05/31/2019.
// Copyright (c) 2019 jyyjkt. All rights reserved.
//
@import UIKit;
@interface CNLiveAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end