// // VLCDropboxTableViewController.h // VLC for iOS // // Created by Felix Paul Kühne on 24.05.13. // Copyright (c) 2013 VideoLAN. All rights reserved. //
// Refer to the COPYING file of the official project for license. //
#import "VLCDropboxController.h"
@interface VLCDropboxTableViewController : UIViewController <VLCDropboxController>
@property (nonatomic, strong) IBOutlet UITableView *tableView;
@property (nonatomic, strong) IBOutlet UIView *loginToDropboxView; @property (nonatomic, strong) IBOutlet UIButton *loginToDropboxButton; - (IBAction)loginToDropboxAction:(id)sender; - (void)updateViewAfterSessionChange; @end