2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
9 #import "ABContentControllerProtocol-Protocol.h"
13 @interface ABContentController
: NSObject
<ABContentControllerProtocol
>
16 id _contentControllerDelegate
;
17 UIView
*_contentLayer
;
20 - (id
)initWithContentControllerDelegate
:(id
)fp8 addressBook
:(void *)fp12
;
22 - (void *)addressBook
;
23 - (id
)contentControllerDelegate
;
24 - (void)setContentControllerDelegate
:(id
)fp8
;
25 - (BOOL
)table
:(id
)fp8 showDisclosureForRow
:(int)fp12
;
27 - (void)cleanUpContentLayer
;
28 - (BOOL
)contentViewIsVisible
;
29 - (void)displayScrollerIndicators
;
30 - (void)back
:(BOOL
)fp8 save
:(BOOL
)fp12
;
32 - (void)preloadController
;