説明なし

FKWantBuyProductCell.h 346B

123456789101112131415161718
  1. //
  2. // FKWantBuyProductCell.h
  3. // FirstLink
  4. //
  5. // Created by 施昌鹏 on 16/8/18.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "FKWantBuyViewModel.h"
  10. @interface FKWantBuyProductCell : UITableViewCell
  11. -(void)configWithViewModel:(FKWantBuyViewModel *)viewModel index:(NSIndexPath *)index;
  12. @end