/***************************************************************************** * VLCRemoteBrowsingTVCell+CloudStorage.h * VLC for tvOS ***************************************************************************** * Copyright (c) 2013-2015 VideoLAN. All rights reserved. * $Id$ * * Authors: Carola Nitz * Felix Paul Kühne * * Refer to the COPYING file of the official project for license. *****************************************************************************/ #import "VLCRemoteBrowsingTVCell.h" #import "VLCDropboxController.h" #import @interface VLCRemoteBrowsingTVCell (CloudStorage) - (void)setDropboxFile:(DBFILESMetadata *)dropboxFile; - (void)setBoxFile:(BoxItem *)boxFile; //- (void)setOneDriveFile:(VLCOneDriveObject *)oneDriveFile; @end