Commit ef2635a2 by Brent Gulanowski

Merge pull request #226 from Shopify/task/optional-predicate

Allow nil predicate in in Model Manager API
parents bf4af174 1b0b9c1b
......@@ -107,7 +107,7 @@ NS_ASSUME_NONNULL_BEGIN
*
* @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
......
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