RAEditLabelCell.h 296 B

123456789101112131415161718
  1. //
  2. // RAEditLabelCell.h
  3. // Apex And Drivers
  4. //
  5. // Created by Jack on 2018/6/4.
  6. // Copyright © 2018年 USAI. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class RAEditLabelModel;
  10. @interface RAEditLabelCell : UITableViewCell
  11. @property (nonatomic,strong) RAEditLabelModel *model;
  12. @end