CNLIVEAppDelegate.h
303 Bytes
//
// CNLIVEAppDelegate.h
// CNLiveLoginModule
//
// Created by 153993236@qq.com on 11/12/2019.
// Copyright (c) 2019 153993236@qq.com. All rights reserved.
//
@import UIKit;
@interface CNLIVEAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end