LVCCommentTitleCell.h 280 Bytes
//
//  LVCCommentTitleCell.h
//  LiveVideoCloud
//
//  Created by cnliveJunBo on 17/6/28.
//  Copyright © 2017年 cnlive. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface LVCCommentTitleCell : UITableViewCell

@property (nonatomic, strong) ProgramModel *model;

@end