CNLiveAppDelegate.h
292 Bytes
//
// CNLiveAppDelegate.h
// CNLivePublishContent
//
// Created by 殷巧娟 on 12/05/2018.
// Copyright (c) 2018 殷巧娟. All rights reserved.
//
@import UIKit;
@interface CNLiveAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end