CNDSDarenFansController.h 318 Bytes
//
//  CNDarenFansController.h
//  CNLiveNetAdd
//
//  Created by cnliveJunBo on 2018/3/6.
//  Copyright © 2018年 cnlive. All rights reserved.
//

#import "CNDSCommonTableViewController.h"
@interface CNDSDarenFansController : CNDSCommonTableViewController

- (instancetype)initWithDarenId:(NSString *)darenId;

@end