123456789101112131415161718 |
- /*****************************************************************************
- * UINavigationController+Theme.h
- * VLC for iOS
- *****************************************************************************
- * Copyright (c) 2013 VideoLAN. All rights reserved.
- * $Id$
- *
- * Authors: Romain Goyet <romain.goyet # applidium.com>
- *
- * Refer to the COPYING file of the official project for license.
- *****************************************************************************/
- #import <UIKit/UIKit.h>
- @interface UINavigationController (Theme)
- - (void)loadTheme;
- @end
|