- (void)cell:(YDMarketMessageBoardTableViewCell *)aCell addMessageBoardPhotoImageBtnClick:(id)aSenser
{
DDLogDebug(@"留言头像点击事件");
NSIndexPath *indexPah = [self.tableView indexPathForCell:aCell];
DDLogDebug(@"%ld",(long)indexPah.row);
}
- (void)cell:(YDMarketMessageBoardTableViewCell *)aCell addMessageBoardPhotoImageBtnClick:(id)aSenser
{
DDLogDebug(@"留言头像点击事件");
NSIndexPath *indexPah = [self.tableView indexPathForCell:aCell];
DDLogDebug(@"%ld",(long)indexPah.row);
}