YH_BarrageJoinCell.h
299 Bytes
//
// YH_BarrageJoinCell.h
// Yoho
//
// Created by Arthur on 16/6/14.
// Copyright © 2016年 YOHO. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "YH_BarrageModel.h"
@interface YH_BarrageJoinCell : UITableViewCell
@property (strong, nonatomic) YH_BarrageMsgModel *msgModel;
@end