luxlabs header browser preview


@interface CPLTrashedAssetExtractionStep : CPLBatchExtractionStep

@property (readonly, nonatomic) unsigned long long maximumCount;

- (id)shortDescription;
- (BOOL)extractToBatch:(id)a0 maximumCount:(unsigned long long)a1 maximumResourceSize:(unsigned long long)a2 error:(id *)a3;
- (id)initWithStorage:(id)a0 scopeIdentifier:(id)a1 maximumCount:(unsigned long long)a2;
- (BOOL)shouldResetFromThisStepWithIncomingChange:(id)a0;

@end