darling-cocotron/CoreData/NSEntityDescription-Private.h
2020-05-12 17:04:15 -04:00

7 lines
211 B
Objective-C

#import <CoreData/NSEntityDescription.h>
@interface NSEntityDescription (private)
- (BOOL) _isKindOfEntity: (NSEntityDescription *) other;
- (NSPropertyDescription *) _propertyForSelector: (SEL) selector;
@end