/ CoreData / NSEntityDescription-Private.h
NSEntityDescription-Private.h
1  #import <CoreData/NSEntityDescription.h>
2  
3  @interface NSEntityDescription (private)
4  - (BOOL) _isKindOfEntity: (NSEntityDescription *) other;
5  - (NSPropertyDescription *) _propertyForSelector: (SEL) selector;
6  @end