/***************************************************************************** * VLCAppDelegate.h * VLC for iOS ***************************************************************************** * Copyright (c) 2013-2015 VideoLAN. All rights reserved. * $Id$ * * Authors: Felix Paul Kühne * Gleb Pinigin * Jean-Romain Prévost * Carola Nitz * Tamas Timar * * Refer to the COPYING file of the official project for license. *****************************************************************************/ #import "VLCMenuTableViewController.h" #import "VLCDownloadViewController.h" #import "VLCWatchCommunication.h" @class VLCLibraryViewController; extern NSString *const VLCDropboxSessionWasAuthorized; @interface VLCAppDelegate : UIResponder @property (nonatomic, readonly) VLCLibraryViewController *libraryViewController; @property (nonatomic, readonly) VLCWatchCommunication *watchCommunication; @property (nonatomic, strong) UIWindow *window; @property (nonatomic, readonly) BOOL passcodeValidated; @end