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 <UIKit/UITable.h>
9 @
class NSMutableArray
, UISectionList
;
11 @interface UISectionTable
: UITable
13 UISectionList
*_sectionList
;
14 struct _NSRange _visibleHeaders
;
15 NSMutableArray
*_visibleHeaderViews
;
17 NSMutableArray
*_reusableHeaderCells
;
18 NSMutableArray
*_reusableTransparentHeaderCells
;
19 int _reusableHeaderCapacity
;
22 unsigned int delegateHeaderForSection
:1;
23 unsigned int disableHideHeadersInShortLists
:1;
24 unsigned int disallowsScrollIndicators
:1;
25 unsigned int reserved
:28;
29 - (id
)initWithFrame
:(struct CGRect
)fp8 sectionList
:(id
)fp24
;
30 - (id
)initWithSize
:(struct CGSize
)fp8 sectionList
:(id
)fp16
;
32 - (void)setFrame
:(struct CGRect
)fp8
;
33 - (void)setDelegate
:(id
)fp8
;
35 - (BOOL
)floatArray
:(id
)fp8 loadGapIndexes
:(int *)fp12 gapHeight
:(float *)fp16 count
:(int)fp20
;
36 - (void)floatArray
:(id
)fp8 getValueCount
:(int *)fp12 gapIndexCount
:(int *)fp16
;
37 - (id
)createPreparedCellForRow
:(int)fp8 column
:(int)fp12
;
38 - (id
)_createHeaderCellForHeaderAtIndex
:(int)fp8 width
:(float)fp12 opaque
:(BOOL
)fp16 adjustOrigin
:(BOOL
)fp20
;
39 - (void)_removeHeaderCellsForRange
:(struct _NSRange
)fp8
;
40 - (void)_replaceCellWithTransparentOneGapIndex
:(int)fp8 viewIndex
:(int)fp12 width
:(float)fp16
;
41 - (void)_replaceCellWithOpaqueOneGapIndex
:(int)fp8 viewIndex
:(int)fp12 width
:(float)fp16
;
42 - (BOOL
)_shouldHideHeaders
;
43 - (void)_updateShowScrollIndicatorsFlag
;
44 - (void)_updateVisibleCellsNow
;
45 - (BOOL
)showsSectionHeaders
;
46 - (void)scrollToSection
:(int)fp8
;
47 - (void)scrollToSectionWithTitle
:(id
)fp8
;
48 - (void)scrollRowToVisible
:(int)fp8
;
49 - (BOOL
)sectionHeaderCellWasClicked
:(id
)fp8
;
50 - (void)setRightMargin
:(float)fp8
;
51 - (void)setAllowsScrollIndicators
:(BOOL
)fp8
;
52 - (void)setShouldHideHeaderInShortLists
:(BOOL
)fp8
;
53 - (void)setSectionListStyle
:(int)fp8
;
55 - (void)_reloadRowHeights
;