CNLiveAppDelegate.h 274 Bytes
//
//  CNLiveAppDelegate.h
//  CNLiveServices
//
//  Created by 153993236@qq.com on 07/22/2019.
//  Copyright (c) 2019 153993236@qq.com. All rights reserved.
//

@import UIKit;
#import "BeeHive.h"

@interface CNLiveAppDelegate : BHAppDelegate <UIApplicationDelegate>


@end