VLCRemoteBrowsingTVCell+CloudStorage.h 854 B

1234567891011121314151617181920212223242526
  1. /*****************************************************************************
  2. * VLCRemoteBrowsingTVCell+CloudStorage.h
  3. * VLC for tvOS
  4. *****************************************************************************
  5. * Copyright (c) 2013-2015 VideoLAN. All rights reserved.
  6. * $Id$
  7. *
  8. * Authors: Carola Nitz <nitz.carola # googlemail.com>
  9. * Felix Paul Kühne <fkuehne # videolan.org>
  10. *
  11. * Refer to the COPYING file of the official project for license.
  12. *****************************************************************************/
  13. #import "VLCRemoteBrowsingTVCell.h"
  14. #import "VLCDropboxController.h"
  15. #import <BoxSDK/BoxSDK.h>
  16. @interface VLCRemoteBrowsingTVCell (CloudStorage)
  17. - (void)setDropboxFile:(DBFILESMetadata *)dropboxFile;
  18. - (void)setBoxFile:(BoxItem *)boxFile;
  19. //- (void)setOneDriveFile:(VLCOneDriveObject *)oneDriveFile;
  20. @end