optional predicate

parent bf4af174
...@@ -107,7 +107,7 @@ NS_ASSUME_NONNULL_BEGIN ...@@ -107,7 +107,7 @@ NS_ASSUME_NONNULL_BEGIN
* *
* @return YES if the purge was successful. NO if there was a problem. * @return YES if the purge was successful. NO if there was a problem.
*/ */
- (BOOL)buy_purgeObjectsWithEntityName:(NSString *)entityName matchingPredicate:(NSPredicate *)predicate; - (BOOL)buy_purgeObjectsWithEntityName:(NSString *)entityName matchingPredicate:(nullable NSPredicate *)predicate;
@end @end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment