blob: 75313c8b347759d2cdef3a49867881c2ae019035 [file] [log] [blame]
#import "CoreDataHelper.h"
@implementation NSFetchRequest (SwiftTesting)
+ (NSArray<id<NSFetchRequestResult>> *)testGettingSomeDictionaries {
return @[ @{}, @{} ];
}
@end