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