]>
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 | @class NSArray; | |
10 | ||
11 | @interface UIMoreListController : UIViewController | |
12 | { | |
13 | BOOL _allowsCustomizing; | |
14 | NSArray *_moreViewControllers; | |
15 | } | |
16 | ||
17 | - (id)init; | |
18 | - (void)dealloc; | |
19 | - (id)table; | |
20 | - (void)_updateEditButton; | |
21 | - (id)moreViewControllers; | |
22 | - (void)setMoreViewControllers:(id)fp8; | |
23 | - (BOOL)allowsCustomizing; | |
24 | - (void)setAllowsCustomizing:(BOOL)fp8; | |
25 | - (BOOL)shouldAutorotateToInterfaceOrientation:(int)fp8; | |
26 | - (id)tabBarItem; | |
27 | ||
28 | @end | |
29 |