Files
libreoffice/ios/iosremote/UINavigationController+Theme.h

16 lines
318 B
C
Raw Normal View History

//
// UINavigationController+Theme.h
// VLC for iOS
//
// Created by Romain Goyet on 14/06/13.
// Copyright (c) 2013 Applidium. All rights reserved.
//
// Refer to the COPYING file of the official project for license.
//
#import <UIKit/UIKit.h>
@interface UINavigationController (Theme)
- (void)loadTheme;
@end