// // CommentsTableViewDelegate.h // WordPress // // Created by Josh Bassett on 2/07/09. // #import @protocol CommentsTableViewDelegate -(void)tableView : (UITableView *)tableView didCheckRowAtIndexPath : (NSIndexPath *)indexPath; @end