// // CollectionXMCell.h // jitao // // Created by 罗云飞 on 2018/8/13. // Copyright © 2018年 罗云飞. All rights reserved. // #import #import "NewshoucangModel.h" @interface CollectionXMCell : UITableViewCell @property(copy,nonatomic)UIImageView *image; @property(copy,nonatomic)UILabel *title; @property(copy,nonatomic)UILabel *CollectionNumber; @property(copy,nonatomic)UIButton *CollectionBT; @property(copy,nonatomic)UILabel *CollectionDetail; @property(copy,nonatomic)UILabel *company; @property(copy,nonatomic)UILabel *jiage; - (void)assignment:(NewshoucangModel *)model; @end