// // CategoryCell.h // jitao // // Created by 罗云飞 on 2017/12/7. // Copyright © 2017年 罗云飞. All rights reserved. // #import @interface CategoryCell : UITableViewCell @property(copy,nonatomic)UIImageView *image;//图片 @property(copy,nonatomic)UILabel *name;//昵称 @property(copy,nonatomic)UILabel *line; @property(copy,nonatomic)UILabel *seedetails; @property(copy,nonatomic)UIImageView *backimage; - (void)assignment:(NSDictionary *)model; @end