RADetailLocationModel.h 371 B

1234567891011121314151617
  1. //
  2. // RADetailLocationModel.h
  3. // Apex And Drivers
  4. //
  5. // Created by Jack on 2018/6/2.
  6. // Copyright © 2018年 USAI. All rights reserved.
  7. //
  8. #import "RADetailBaseModel.h"
  9. @interface RADetailLocationModel : RADetailBaseModel
  10. @property (nonatomic,copy) NSString *title;
  11. @property (nonatomic,copy) NSString *location;
  12. @property (nonatomic,copy) NSString *street;
  13. @end