123456789101112131415161718 |
- //
- // UITableViewCell+PindanDetail.m
- // FirstLink
- //
- // Created by jack on 15/11/18.
- // Copyright © 2015年 FirstLink. All rights reserved.
- //
- #import "UITableViewCell+PindanDetail.h"
- @implementation UITableViewCell (PindanDetail)
- - (void)configWithDetailViewModel:(PindanDetailViewModel *)viewModel indexPath:(NSIndexPath *)indexPath{
-
- }
- @end
|