]>
Commit | Line | Data |
---|---|---|
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/UIViewController.h> | |
8 | ||
9 | @interface UIViewController (UINavigationControllerItem) | |
10 | - (id)navigationItem; | |
11 | - (id)editButtonItem; | |
12 | - (BOOL)isEditing; | |
13 | - (void)setEditing:(BOOL)fp8; | |
14 | - (void)setEditing:(BOOL)fp8 animated:(BOOL)fp12; | |
15 | - (void)_toggleEditing:(id)fp8; | |
16 | - (BOOL)canHandleSnapbackIdentifier:(id)fp8 animated:(BOOL)fp12; | |
17 | - (id)navigationController; | |
18 | - (BOOL)hidesBottomBarWhenPushed; | |
19 | - (void)setHidesBottomBarWhenPushed:(BOOL)fp8; | |
20 | @end | |
21 |