// // KSchoolCell.h // jiaPei // // Created by apple on 16/4/28. // Copyright © 2016年 JCZ. All rights reserved. // #import @interface KSchoolCell : UITableViewCell @property (nonatomic, retain) UILabel *nameLabel; @property (nonatomic, retain) UILabel *carTypeLabel; @property (nonatomic, retain) UILabel *priceLabel; @property (nonatomic, retain) UILabel *unitLabel; @end