]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABContentController.h
Setup some more files for working compilation.
[iphone-api.git] / AddressBookUI / ABContentController.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 <Foundation/NSObject.h>
8
9 #import "ABContentControllerProtocol-Protocol.h"
10
11 @class UIView;
12
13 @interface ABContentController : NSObject <ABContentControllerProtocol>
14 {
15 void *_addressBook;
16 id _contentControllerDelegate;
17 UIView *_contentLayer;
18 }
19
20 - (id)initWithContentControllerDelegate:(id)fp8 addressBook:(void *)fp12;
21 - (void)dealloc;
22 - (void *)addressBook;
23 - (id)contentControllerDelegate;
24 - (void)setContentControllerDelegate:(id)fp8;
25 - (BOOL)table:(id)fp8 showDisclosureForRow:(int)fp12;
26 - (id)contentView;
27 - (void)cleanUpContentLayer;
28 - (BOOL)contentViewIsVisible;
29 - (void)displayScrollerIndicators;
30 - (void)back:(BOOL)fp8 save:(BOOL)fp12;
31 - (void)reload;
32 - (void)preloadController;
33
34 @end
35