luxlabs header browser preview


@class NSMutableDictionary;

@interface _BRCDownloadInfo : _BRCTransferInfo

@property (nonatomic) long long previousCompletedUnitCount;
@property (nonatomic) long long previousTotalUnitCount;
@property (readonly, nonatomic) NSMutableDictionary *resumeUnitCounts;

- (id)init;
- (void).cxx_destruct;
- (void)copyProgressInfoToProgress:(id)a0 options:(char)a1;
- (void)updateLocalizedDescriptionWithOptions:(char)a0;

@end