@class NSString, PHPerson; @interface PHPersonPropertySet : NSObject <PHPersonPropertySet> @property (class, readonly, nonatomic) NSString *propertySetName; @property (readonly, weak, nonatomic) PHPerson *person; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)propertiesToFetch; + (id)entityName; + (id)keyPathToPrimaryObject; + (id)keyPathFromPrimaryObject; + (BOOL)isToMany; + (id)propertiesToPrefetch; - (void).cxx_destruct; - (id)initWithFetchDictionary:(id)a0 person:(id)a1 prefetched:(BOOL)a2; @end