// // ModelLeftCell.h // JSJPCoach // // Created by apple on 2017/3/23. // Copyright © 2017年 Danson. All rights reserved. // #import @interface ModelLeftCell : UITableViewCell @property (nonatomic, strong) UILabel *timeLabel; @property (nonatomic, strong) UILabel *priceLabel; @property (nonatomic, strong) UIView *yellowView; @end