darling-cocotron/CoreData/NSInMemoryPersistentStore.h
2015-05-23 20:15:45 -04:00

7 lines
135 B
Objective-C

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