mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 04:00:00 +00:00
7 lines
135 B
Objective-C
7 lines
135 B
Objective-C
#import "NSXMLPersistentStore.h"
|
|
#import <CoreData/NSAtomicStore.h>
|
|
|
|
@interface NSInMemoryPersistentStore : NSXMLPersistentStore
|
|
|
|
@end
|