25#ifndef _NSFetchedPropertyDescription_h_
26#define _NSFetchedPropertyDescription_h_
28#import <CoreData/NSPropertyDescription.h>
32@interface NSFetchedPropertyDescription : NSPropertyDescription <NSCoding>
34 NSFetchRequest * _fetchRequest;
An object for storing details about managed object fetches.