@class NSURLSession, NSString, NSArray, AVURLAsset, NSData, NSDictionary; @interface __NSCFBackgroundAVAggregateAssetDownloadTask : __NSCFBackgroundSessionTask { BOOL _sentWillDownloadToURL; BOOL _sentWillBeginDelayedRequest; unsigned long long _AVAssetDownloadToken; NSArray *_mediaSelections; NSString *_assetTitle; NSData *_assetArtworkData; NSDictionary *_options; NSString *_childAssetDownloadTasksSessionIdentifier; NSURLSession *_childAssetDownloadSession; NSArray *_childAssetDownloadTasks; } @property (retain) AVURLAsset *URLAsset; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)URLSession:(id)a0 task:(id)a1 willBeginDelayedRequest:(id)a2 completionHandler:(id /* block */)a3; - (id)initWithTaskInfo:(id)a0 taskGroup:(id)a1 ident:(unsigned long long)a2; - (id)originalRequest; - (void)dealloc; - (void)_onqueue_suspend; - (BOOL)_isAVAssetTask; - (void)_onqueue_cancel; - (id)currentRequest; - (void)_onqueue_resume; - (void)URLSession:(id)a0 task:(id)a1 didCompleteWithError:(id)a2; - (id)response; - (BOOL)isKindOfClass:(Class)a0; - (void)URLSession:(id)a0 assetDownloadTask:(id)a1 didLoadTimeRange:(struct { struct { long long x0; int x1; unsigned int x2; long long x3; } x0; struct { long long x0; int x1; unsigned int x2; long long x3; } x1; })a2 totalTimeRangesLoaded:(id)a3 timeRangeExpectedToLoad:(struct { struct { long long x0; int x1; unsigned int x2; long long x3; } x0; struct { long long x0; int x1; unsigned int x2; long long x3; } x1; })a4; - (void)URLSession:(id)a0 assetDownloadTask:(id)a1 willDownloadToURL:(id)a2; @end