// // childTableViewCell.h // XYRVideo // // Created by apple on 16/12/24. // Copyright © 2016年 yeshi. All rights reserved. // #import typedef void(^clickCell)( NSIndexPath* ); @interface childTableViewCell : UITableViewCell @property (nonatomic, strong) NSArray *cellData; @property (nonatomic, strong) NSIndexPath *tableViewindex; @property (nonatomic, copy) clickCell clickIndexpath; @end