YH_ChannelCell.h
284 Bytes
//
// YH_ChannelCell.h
// YohoLive
//
// Created by 盖剑秋 on 16/6/7.
// Copyright © 2016年 YOHO!. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface YH_ChannelCell : UITableViewCell
- (void)bindChannelTitle:(NSString *)channelTitle selected:(BOOL)selected;
@end