《省钱达人》与《猎豆优选》UI相同版。域名tbk

DRShopModel.h 692B

1234567891011121314151617181920212223
  1. //
  2. // DRShopModel.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/7/13.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface DRShopModel : NSObject
  10. @property (nonatomic, strong) NSString *title;
  11. @property (nonatomic, strong) NSString *nick;
  12. @property (nonatomic, strong) NSString *pic_path;
  13. @property (nonatomic, strong) NSString *item_score;
  14. @property (nonatomic, strong) NSString *item_score_pre;
  15. @property (nonatomic, strong) NSString *service_score;
  16. @property (nonatomic, strong) NSString *service_score_pre;
  17. @property (nonatomic, strong) NSString *delivery_score;
  18. @property (nonatomic, strong) NSString *delivery_score_pre;
  19. @end