CNLiveBindingManageController.h 350 Bytes
//
//  CNLiveBindingManageController.h
//  CNLiveBMineModule
//
//  Created by CNLive-zxw on 2019/9/10.
//  Copyright © 2019 cnlive. All rights reserved.
//
// 绑定管理
#import <CNLiveBaseClass/CNLiveBaseViewController.h>

NS_ASSUME_NONNULL_BEGIN

@interface CNLiveBindingManageController : CNLiveBaseViewController

@end

NS_ASSUME_NONNULL_END