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