]> git.saurik.com Git - iphone-api.git/blame_incremental - UIKit/UIMoreListControllerLegacy.h
kUIButtonBarButtonAction*, UIAppl, UIProgressIndicatorStyle, NSURL (UIKitAdditions)
[iphone-api.git] / UIKit / UIMoreListControllerLegacy.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/UIMoreListController.h>
8
9@class UITable;
10
11@interface UIMoreListControllerLegacy : UIMoreListController
12{
13 UITable *_table;
14}
15
16- (void)dealloc;
17- (id)table;
18- (void)loadView;
19- (void)viewDidDisappear:(BOOL)fp8;
20- (int)numberOfRowsInTable:(id)fp8;
21- (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16 reusing:(id)fp20;
22- (void)tableSelectionDidChange:(id)fp8;
23- (BOOL)table:(id)fp8 showDisclosureForRow:(int)fp12;
24
25@end
26