NavigationController.h
/* |
Copyright (C) 2015 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
A UINavigationController subclass that always defers queries about |
its preferred status bar style and supported interface orientations to its |
child view controllers. |
*/ |
@import UIKit; |
@interface NavigationController : UINavigationController |
@end |