@class _PASLock, NSObject; @protocol OS_dispatch_queue; @interface TRIAggregateFetchRecordsProgress : NSObject { id /* block */ _progress; _PASLock *_lock; NSObject *_queue; } - (void)unregisterRecordId:(id)a0; - (void)setFractionCompleted:(double)a0 forMAAsset:(id)a1; - (id)initWithProgressBlock:(id /* block */)a0; - (void)registerRecordId:(id)a0 withExpectedSize:(unsigned long long)a1; - (void)registerMAAsset:(id)a0 withExpectedSize:(unsigned long long)a1; - (void)setComplete; - (void)setFractionCompleted:(double)a0 forRecordId:(id)a1; - (double)_fractionCompletedWithGuardedData:(id)a0; - (void).cxx_destruct; - (double)fractionCompleted; - (void)_issueCurrentProgressWithGuardedData:(id)a0; - (void)unregisterMAAsset:(id)a0; @end