luxlabs header browser preview


@class AVMediaDataStorageInternal;

@interface AVMediaDataStorage : NSObject {
    AVMediaDataStorageInternal *_mediaDataStorageInternal;
}

- (id)init;
- (unsigned long long)hash;
- (id)URL;
- (id)initWithURL:(id)a0 options:(id)a1;
- (id)description;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;

@end