blackberry.com
BlackBerry Dynamics
Runtime library for macOS applications
from the application developer portal

GDPersistentStoreCoordinator.h

Go to the documentation of this file.
00001 /*
00002  * (c) 2017 BlackBerry Limited. All rights reserved.
00003  */
00004 
00005 #pragma once
00006 
00007 #import <Foundation/Foundation.h>
00008 #import <CoreData/CoreData.h>
00009 
00097 @interface GDPersistentStoreCoordinator : NSPersistentStoreCoordinator {
00098     
00099 }
00100 
00101 @end
00102 
00105 extern NSString * const GDEncryptedBinaryStoreType;
00106 
00109 extern NSString* const GDEncryptedBinaryStoreErrorDomain;
00110 
00113 extern NSString* const GDEncryptedIncrementalStoreType;
00114 
00117 extern NSString* const GDEncryptedIncrementalStoreErrorDomain;
00118