/***************************************************************************** * VLCAppDelegate.h * VLC for iOS ***************************************************************************** * Copyright (c) 2013-2018 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 extern NSString *const VLCDropboxSessionWasAuthorized; @interface VLCAppDelegate : UIResponder @property (nonatomic, strong) UIWindow *window; @property (atomic, strong) id currentGoogleAuthorizationFlow; @end