RADetailSingleLineModel.h 328 B

1234567891011121314151617
  1. //
  2. // RADetailSingleLineModel.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 RADetailSingleLineModel : RADetailBaseModel
  10. @property (nonatomic,copy) NSString *title;
  11. @property (nonatomic,copy) NSString *value;
  12. @end