/Users/ericasadun/Desktop/113Frameworks/Headers/AddressBookUI/ABContentController.h

Go to the documentation of this file.
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 #import "ABContentControllerProtocolProtocol.h"
00010 
00011 @class UIView;
00012 
00013 @interface ABContentController : NSObject <ABContentControllerProtocol>
00014 {
00015     id _contentControllerDelegate;
00016     UIView *_contentLayer;
00017 }
00018 
00019 - (id)initWithContentControllerDelegate:(id)fp8;
00020 - (void)dealloc;
00021 - (id)contentControllerDelegate;
00022 - (void)setContentControllerDelegate:(id)fp8;
00023 - (BOOL)table:(id)fp8 showDisclosureForRow:(int)fp12;
00024 - (id)contentView;
00025 - (void)cleanUpContentLayer;
00026 - (void)displayScrollerIndicators;
00027 - (void)back:(BOOL)fp8 save:(BOOL)fp12;
00028 - (void)reload;
00029 - (void)preloadController;
00030 
00031 @end
00032 

Generated on Sat Jan 19 15:22:00 2008 for Little Bear 1.1.3 Frameworks by  doxygen 1.5.3