CNLIVEAppDelegate.h
294 Bytes
//
// CNLIVEAppDelegate.h
// CNLiveNewIMAManagerKit
//
// Created by iOSniuniu on 05/25/2021.
// Copyright (c) 2021 iOSniuniu. All rights reserved.
//
@import UIKit;
@interface CNLIVEAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end