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/UIView.h>
9 @
class NSMutableArray
, NSSet
, UISectionIndex
, UISectionTable
;
11 @interface UISectionList
: UIView
13 UISectionTable
*_table
;
14 UISectionIndex
*_index
;
15 NSMutableArray
*_titles
;
16 NSSet
*_indexTitlesAsSet
;
20 unsigned int nonIndexedTitlesShownFirst
:1;
24 + (float)defaultIndexWidth
;
25 - (id
)initWithFrame
:(struct CGRect
)fp8 showSectionIndex
:(BOOL
)fp24
;
26 - (id
)initWithFrame
:(struct CGRect
)fp8
;
28 - (void)setDataSource
:(id
)fp8
;
29 - (float)marginForIndexControl
:(BOOL
)fp8
;
31 - (void)_languageChanged
;
33 - (void)setAllowsScrollIndicators
:(BOOL
)fp8
;
34 - (void)setShouldHideHeaderInShortLists
:(BOOL
)fp8
;
35 - (BOOL
)showsSectionHeaders
;
36 - (BOOL
)showsSectionIndex
;
37 - (void)setNonIndexedTitlesShownLast
:(BOOL
)fp8
;
38 - (void)setSectionListStyle
:(int)fp8
;
39 - (void)noteIndexTitlesDidChange
;
41 - (int)numberOfSections
;
42 - (id
)titleForSection
:(int)fp8
;
43 - (int)closestSectionForTitle
:(id
)fp8
;
44 - (id
)_indexTitlesAsSet
;
45 - (void)_setIndexVisible
:(BOOL
)fp8
;