CNLIVEAppDelegate.h 309 Bytes
//
//  CNLIVEAppDelegate.h
//  CNLiveCServiceModule
//
//  Created by 杨苓玉 on 11/22/2021.
//  Copyright (c) 2021 杨苓玉. All rights reserved.
//

@import UIKit;
#import <CNLiveBusinessBaseModule/CNLiveBusinessBaseModule.h>

@interface CNLIVEAppDelegate : BaseAppDelegate <UIApplicationDelegate>

@end