luxlabs header browser preview


@class MAParallelProgress;

@interface MAParallelProgressReporter : MAProgressReporter

@property (readonly, nonatomic) MAParallelProgress *parallelProgress;
@property (readonly, nonatomic) unsigned long long index;

- (BOOL)isCancelled;
- (void).cxx_destruct;
- (BOOL)isCancelledWithProgress:(double)a0 currentTime:(double)a1;
- (id)childProgressWithOffset:(double)a0 scale:(double)a1;
- (id)initWithParallelProgress:(id)a0 index:(unsigned long long)a1;
- (BOOL)isCancelledWithProgress:(double)a0;

@end