Nessuna descrizione

FKHomeCountModel.h 450B

12345678910111213141516171819
  1. //
  2. // FKHomeCountModel.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 16/8/18.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface FKHomeCountModel : NSObject
  10. @property (nonatomic, strong) NSString *priceRemindCount;
  11. @property (nonatomic, strong) NSString *collectProductCount;
  12. @property (nonatomic, strong) NSString *subscribeBrandCount;
  13. @property (nonatomic, strong) NSString *totalScore;
  14. @end