CustomNavigationBar/CustomNavigationBarViewController.h
/* |
Copyright (C) 2015 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
Demonstrates using a subclass of UINavigationBar with a |
navigation controller. |
*/ |
@import UIKit; |
@interface CustomNavigationBarViewController : UITableViewController |
@end |