darling-cocotron/CoreData/NSInMemoryPersistentStore.h
2020-05-12 17:04:15 -04:00

7 lines
135 B
Objective-C

#import "NSXMLPersistentStore.h"
#import <CoreData/NSAtomicStore.h>
@interface NSInMemoryPersistentStore : NSXMLPersistentStore
@end