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