CNHomeRightTableViewCell.h 287 Bytes
//
//  CNHomeRightTableViewCell.h
//  CNLiveScioLive
//
//  Created by Xiaowen Zhang on 2018/9/19.
//  Copyright © 2018年 CNLive. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface CNHomeRightTableViewCell : UITableViewCell
@property (nonatomic, copy) NSString *title;

@end