| 12345678910111213141516 |
- //
- // RADetailMultLineCell.h
- // Apex And Drivers
- //
- // Created by Jack on 2018/6/2.
- // Copyright © 2018年 USAI. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class RADetailMultLineModel;
- @interface RADetailMultLineCell : UITableViewCell
- @property (nonatomic,strong) RADetailMultLineModel *model;
- @end
|