/***************************************************************************** * VLCCloudStorageTableViewController.h * VLC for iOS ***************************************************************************** * Copyright (c) 2013 VideoLAN. All rights reserved. * $Id$ * * Authors: Felix Paul Kühne * Fabio Ritrovato * Carola Nitz * * Refer to the COPYING file of the official project for license. *****************************************************************************/ @interface VLCCloudStorageTableViewController : UIViewController @property (nonatomic, strong) IBOutlet UITableView *tableView; @property (nonatomic, strong) IBOutlet UIView *loginToCloudStorageView; @property (nonatomic, strong) IBOutlet UIButton *loginButton; @property (nonatomic, strong) IBOutlet UIImageView *cloudStorageLogo; - (IBAction)loginAction:(id)sender; - (void)updateViewAfterSessionChange; @end