mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
18 lines
446 B
Objective-C
Executable file
18 lines
446 B
Objective-C
Executable file
//
|
|
// OSKPresentationManager_Protected.h
|
|
// unread
|
|
//
|
|
// Created by Jared Sinclair on 12/5/13.
|
|
// Copyright (c) 2013 Nice Boy LLC. All rights reserved.
|
|
//
|
|
|
|
#import "OSKPresentationManager.h"
|
|
|
|
@class OSKNavigationController;
|
|
|
|
@interface OSKPresentationManager ()
|
|
|
|
- (BOOL)_navigationControllersShouldManageTheirOwnAppearanceCustomization;
|
|
- (void)_customizeNavigationControllerAppearance:(OSKNavigationController *)navigationController;
|
|
|
|
@end
|