// // BusinessCell.h // jitao // // Created by 罗云飞 on 2017/12/24. // Copyright © 2017年 罗云飞. All rights reserved. // #import @interface BusinessCell : UITableViewCell @property(copy,nonatomic)UIImageView *image;//图片 @property(copy,nonatomic)UILabel *title;//标题 @property(copy,nonatomic)UILabel *time;//时间 @property(copy,nonatomic)UILabel *ordernumber;//订单编号 @property(copy,nonatomic)UILabel *expenditure;//支出 @end