mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2025-02-17 01:58:20 +00:00
7 lines
211 B
Objective-C
7 lines
211 B
Objective-C
#import <CoreData/NSEntityDescription.h>
|
|
|
|
@interface NSEntityDescription (private)
|
|
- (BOOL) _isKindOfEntity: (NSEntityDescription *) other;
|
|
- (NSPropertyDescription *) _propertyForSelector: (SEL) selector;
|
|
@end
|