// // FKWantBuyProductCell.h // FirstLink // // Created by 施昌鹏 on 16/8/18. // Copyright © 2016年 FirstLink. All rights reserved. // #import #import "FKWantBuyViewModel.h" @interface FKWantBuyProductCell : UITableViewCell -(void)configWithViewModel:(FKWantBuyViewModel *)viewModel index:(NSIndexPath *)index; @end