LVCCommentCell.h
288 Bytes
//
// LVCCommentCell.h
// LiveVideoCloud
//
// Created by cnliveJunBo on 17/6/28.
// Copyright © 2017年 cnlive. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LVCCommentCell : UITableViewCell
@property (nonatomic, strong) CNLiveCommentDetailInfoResult *result;
@end