CNLIVEAppDelegate.h 281 Bytes
//
//  CNLIVEAppDelegate.h
//  CNLiveBBASMModule
//
//  Created by 杨苓玉 on 10/21/2021.
//  Copyright (c) 2021 杨苓玉. All rights reserved.
//

@import UIKit;
#import <CNLiveBeeHive/CNLiveBeeHive.h>
@interface CNLIVEAppDelegate : BHAppDelegate <UIApplicationDelegate>

@end