// // FKWantBuyViewModel.h // FirstLink // // Created by 施昌鹏 on 16/8/19. // Copyright © 2016年 FirstLink. All rights reserved. // #import @interface FKWantBuyViewModel : NSObject @property (nonatomic, strong) NSString *totalCount; @property (nonatomic, strong) NSMutableArray *dataArray; @end