Update the test for custom operation interface

This commit is contained in:
DreamPiggy 2018-01-21 11:11:46 +08:00
parent 5946727d94
commit aac654b069
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@
return nil;
}
- (BOOL)cancel:(id)token {
return YES;
}
@end