GNUstep Core Data  0.1
CoreData.h
00001 /* Main include file of the GNUstep Core Data framework.
00002    Copyright (C) 2005 Free Software Foundation, Inc.
00003 
00004    Written by:  Saso Kiselkov <diablos@manga.sk>
00005    Date: August 2005
00006 
00007    This file is part of the GNUstep Core Data framework.
00008 
00009    This library is free software; you can redistribute it and/or
00010    modify it under the terms of the GNU Lesser General Public
00011    License as published by the Free Software Foundation; either
00012    version 2.1 of the License, or (at your option) any later version.
00013 
00014    This library is distributed in the hope that it will be useful,
00015    but WITHOUT ANY WARRANTY; without even the implied warranty of
00016    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00017    Lesser General Public License for more details.
00018 
00019    You should have received a copy of the GNU Lesser General Public
00020    License along with this library; if not, write to the Free
00021    Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
00022  */
00023 
00024 #ifndef _CoreData_h_
00025 #define _CoreData_h_
00026 
00027 #import <Foundation/Foundation.h>
00028 
00029 #import <CoreData/CoreDataErrors.h>
00030 #import <CoreData/NSAttributeDescription.h>
00031 #import <CoreData/NSEntityDescription.h>
00032 #import <CoreData/NSFetchRequest.h>
00033 #import <CoreData/NSFetchedPropertyDescription.h>
00034 #import <CoreData/NSManagedObject.h>
00035 #import <CoreData/NSManagedObjectContext.h>
00036 #import <CoreData/NSManagedObjectID.h>
00037 #import <CoreData/NSManagedObjectModel.h>
00038 #import <CoreData/NSPersistentStoreCoordinator.h>
00039 #import <CoreData/NSPropertyDescription.h>
00040 #import <CoreData/NSRelationshipDescription.h>
00041 
00042 #endif // _CoreData_h_