]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIMoreNavigationController.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / UIKit / UIMoreNavigationController.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <UIKit/UINavigationController.h>
8
9 @class UIMoreListController, UIViewController;
10
11 @interface UIMoreNavigationController : UINavigationController
12 {
13 UIMoreListController *_moreListController;
14 UINavigationController *_originalNavigationController;
15 UIViewController *_originalRootViewController;
16 }
17
18 - (id)init;
19 - (void)dealloc;
20 - (void)pushViewController:(id)fp8 animated:(BOOL)fp12;
21 - (void)willShowViewController:(id)fp8 animated:(BOOL)fp12;
22 - (id)moreViewControllers;
23 - (void)setMoreViewControllers:(id)fp8;
24 - (BOOL)allowsCustomizing;
25 - (void)setAllowsCustomizing:(BOOL)fp8;
26
27 @end
28