Няма описание

FKWantBuyProItem.h 513B

123456789101112131415161718192021
  1. //
  2. // FKWantBuyProItem.h
  3. // FirstLink
  4. //
  5. // Created by 施昌鹏 on 16/8/18.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface FKWantBuyProItem : NSObject
  10. @property (nonatomic, strong) NSString *productPic;
  11. @property (nonatomic, strong) NSString *proTitle;
  12. @property (nonatomic, strong) NSString *status;
  13. @property (nonatomic, strong) NSString *brand;
  14. @property (nonatomic, strong) NSString *price;
  15. @property (nonatomic, strong) NSString *proId;
  16. @end