]> git.saurik.com Git - iphone-api.git/blame_incremental - UIKit/UIMoreListController.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / UIKit / UIMoreListController.h
... / ...
CommitLineData
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