luxlabs header browser preview


@class PHCollection, PHFetchResult, PHFetchOptions;
@protocol PXCollectionFetchOperationDelegate;

@interface PXCollectionFetchOperation : NSOperation

@property (retain, nonatomic) PHFetchResult *outputFetchResult;
@property (weak, nonatomic) id<PXCollectionFetchOperationDelegate> delegate;
@property (retain, nonatomic) PHFetchOptions *fetchOptions;
@property (readonly, nonatomic) PHCollection *collection;

+ (id)fetchOperationWithCollection:(id)a0 delegate:(id)a1;

- (id)initWithCollection:(id)a0;
- (id)init;
- (void)main;
- (void).cxx_destruct;
- (void)handleFinish;
- (void)handleBegin;

@end