luxlabs header browser preview


@class AVURLAsset;

@interface _MPCURLAssetDownloadCompletionObserver : NSObject

@property (readonly, weak, nonatomic) AVURLAsset *asset;
@property (copy, nonatomic) id /* block */ completionHandler;

- (void)dealloc;
- (id)initWithAsset:(id)a0;
- (void).cxx_destruct;
- (void)_downloadCompleteFailedNotification:(id)a0;
- (void)_downloadCompleteSuccessNotification:(id)a0;
- (void)_notifyCompletionHandlerWithSuccess:(BOOL)a0 error:(id)a1;

@end