1234567891011121314151617181920 |
- /*****************************************************************************
- * VLCDocumentPickerController.h
- * VLC for iOS
- *****************************************************************************
- * Copyright (c) 2014 VideoLAN. All rights reserved.
- * $Id$
- *
- * Authors: Tamas Timar <ttimar.vlc # gmail.com>
- *
- * Refer to the COPYING file of the official project for license.
- *****************************************************************************/
- #import <Foundation/Foundation.h>
- @interface VLCDocumentPickerController : NSObject
- - (void)showDocumentMenuViewController:(id)sender;
- @end
|