// // JSZJlistCell.h // jitao // // Created by 罗云飞 on 2018/8/17. // Copyright © 2018年 罗云飞. All rights reserved. // #import #import "ZJlistModel.h" @interface JSZJlistCell : UITableViewCell @property(nonatomic,copy)UIImageView *headimage; @property(nonatomic,copy)UILabel *name; @property(nonatomic,copy)UILabel *ZJtitile; @property(nonatomic,copy)UILabel *neirong; @property(nonatomic,copy)UILabel *HPLtitle; @property(nonatomic,copy)UIButton *guanzhu; @property(nonatomic,copy)UILabel *guanzhuNumber; - (void)assignment:(ZJlistModel *)model; @end