My app is available also for iOS9...
when declaring however
- (UISwipeActionsConfiguration *)tableView:(UITableView *)tableView trailingSwipeActionsConfigurationForRowAtIndexPath:(NSIndexPath *)indexPath
i get warnings on is partial: introduced in iOS 11.0+, which doesn't make sence in this case, since the method wont be called prior to iOS11
i want to silence the warning for this part of code
