/***************************************************************************** * VLC for iOS ***************************************************************************** * Copyright (c) 2015 VideoLAN. All rights reserved. * $Id$ * * Authors: Felix Paul Kühne * * Refer to the COPYING file of the official project for license. *****************************************************************************/ #import #import "VLCServerBrowsingController.h" @interface VLCMDFBrowsingArtworkProvider : NSObject @property (readwrite, weak) id artworkReceiver; @property (readwrite, nonatomic) BOOL searchForAudioMetadata; - (void)reset; - (void)searchForArtworkForVideoRelatedString:(NSString *)string; @end