UserInfoTableViewCell.h 296 Bytes
//
//  UserInfoTableViewCell.h
//  CNLiveUserSystemDemo
//
//  Created by 朱林 on 16/9/17.
//  Copyright © 2016年 zhulin. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface UserInfoTableViewCell : UITableViewCell

- (void)setTitle:(NSString *)title detail:(UserInfoType)type;

@end