口袋优选

KBShopModel.h 517B

1234567891011121314151617181920
  1. //
  2. // KBShopModel.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 KBShopModel : 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 *service_score;
  15. @property (nonatomic, strong) NSString *delivery_score;
  16. @end