This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Description
Following methods of YXAbstractCell should be implemented as a protocol
- (UITableViewCell*)tableViewCellWithReusableCell:(UITableViewCell*)reusableCell;
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath;
- (void)tableView:(UITableView *)tableView willSelectRowAtIndexPath:(NSIndexPath *)indexPath;
- (void)tableView:(UITableView *)tableView accessoryButtonTappedForRowWithIndexPath:(NSIndexPath *)indexPath;