Authored by 孙凯

补充 review by daiqiang

... ... @@ -115,7 +115,7 @@ void yher_tableViewDidSelectRowAtIndexPath(id self, SEL _cmd, id tableView, NSIn
@try {
SEL originMethodSEL = @selector(collectionView:didSelectItemAtIndexPath:);
SEL originMethodSEL = @selector(tableView:didSelectRowAtIndexPath:);
if (![delegate respondsToSelector:originMethodSEL]) {
return;
}
... ...