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