// // SetUpCell.h // jitao // // Created by 罗云飞 on 2018/9/5. // Copyright © 2018年 罗云飞. All rights reserved. // #import @interface SetUpCell : UITableViewCell @property(copy,nonatomic)UIImageView *imageview;// @property(copy,nonatomic)UILabel *title;// @end