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