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