No Description

UITableViewCell+FLAddition.h 299B

12345678910111213141516
  1. //
  2. // UITableViewCell+FLAddition.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/6/12.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UITableViewCell (FLAddition)
  10. - (void)fk_configWithViewModel:(id)viewModel indexPath:(NSIndexPath *)indexPath;
  11. @end