luxlabs header browser preview


@class NSFetchRequest, NSSet, NSManagedObjectID;

@interface _PHFetchRequestWrapper : NSObject <NSCopying>

@property (readonly, nonatomic) NSFetchRequest *fetchRequest;
@property (readonly, nonatomic) NSManagedObjectID *containerIdentifier;
@property (readonly, nonatomic) NSSet *fetchPropertySets;
@property (readonly, nonatomic) unsigned long long hash;

- (id)initWithFetchRequest:(id)a0 containerIdentifier:(id)a1 fetchPropertySets:(id)a2;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end