No Description

UITableViewCell+PindanDetail.m 357B

123456789101112131415161718
  1. //
  2. // UITableViewCell+PindanDetail.m
  3. // FirstLink
  4. //
  5. // Created by jack on 15/11/18.
  6. // Copyright © 2015年 FirstLink. All rights reserved.
  7. //
  8. #import "UITableViewCell+PindanDetail.h"
  9. @implementation UITableViewCell (PindanDetail)
  10. - (void)configWithDetailViewModel:(PindanDetailViewModel *)viewModel indexPath:(NSIndexPath *)indexPath{
  11. }
  12. @end