Update the test for custom operation interface
This commit is contained in:
parent
5946727d94
commit
aac654b069
|
@ -48,6 +48,10 @@
|
|||
return nil;
|
||||
}
|
||||
|
||||
- (BOOL)cancel:(id)token {
|
||||
return YES;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue