I get this warning.
'- replies SoSelector:' not found in protocol (s)
This happens on the line labeled HERE below.
- (NSString *)tableView:(UITableView *)tableView titleForFooterInSection:(NSInteger)section { id<SetsSectionController> sectionController = [sectionControllers objectAtIndex:section]; if ([sectionController respondsToSelector: @selector(tableView:titleForFooterInSection:)]) {
Here are my complete h files.
What do I need to do to fix the error?
Jules source share