NewsBlur/clients/ios/Other Sources/Overshare Kit/OSKPresentationManager_Protected.h
2014-05-19 13:33:42 -07:00

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