// // YOUPAILCCommonCell.h // LiveChat // // Created by 张灿 on 2018/4/13. // Copyright © 2018年 caicai. All rights reserved. // #import @interface YOUPAILCCommonCell : UITableViewCell @property(nonatomic,strong)UIImageView* youpaiparrowImgView; @property(nonatomic,strong)UILabel* youpaiparrowLabel; @property(nonatomic,strong)UILabel* youpaipheadLabel; @property(nonatomic,strong)UILabel* youpaipdataLabel; @end