RADetailMapCell.h 294 B

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