NewsBlur/clients/ios/Other Sources/Overshare Kit/OSKPresentationManager_Protected.h

19 lines
446 B
C
Raw Normal View History

2014-01-06 17:55:14 -08:00
//
// 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