mirror of https://github.com/LIJI32/SameBoy.git
Remove auto-generated IDE crap
This commit is contained in:
parent
b6c6b9ed54
commit
c7c54abb6b
|
@ -256,7 +256,7 @@ contextMenuConfigurationForRowAtIndexPath:(NSIndexPath *)indexPath
|
|||
UIAction *deleteAction = [UIAction actionWithTitle:@"Delete"
|
||||
image:[UIImage systemImageNamed:@"trash"]
|
||||
identifier:nil
|
||||
handler:^(__kindof UIAction * _Nonnull action) {
|
||||
handler:^(UIAction *action) {
|
||||
[self tableView:tableView
|
||||
commitEditingStyle:UITableViewCellEditingStyleDelete
|
||||
forRowAtIndexPath:indexPath];
|
||||
|
|
Loading…
Reference in New Issue