00001
00002
00003
00004
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