12345678910111213141516171819 |
- //
- // FKHomeCountModel.h
- // FirstLink
- //
- // Created by ascii on 16/8/18.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface FKHomeCountModel : NSObject
- @property (nonatomic, strong) NSString *priceRemindCount;
- @property (nonatomic, strong) NSString *collectProductCount;
- @property (nonatomic, strong) NSString *subscribeBrandCount;
- @property (nonatomic, strong) NSString *totalScore;
- @end
|