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/UIControl.h>
9 @
class NSArray
, UIFont
;
11 @interface UITableViewIndex
: UIControl
18 struct CGSize _cachedSize
;
19 struct CGSize _cachedSizeToFit
;
22 - (id
)initWithFrame
:(struct CGRect
)fp8
;
24 - (struct CGSize
)sizeThatFits
:(struct CGSize
)fp8
;
25 - (void)setTitles
:(id
)fp8
;
27 - (void)setFont
:(id
)fp8
;
29 - (id
)selectedSectionTitle
;
30 - (void)drawRect
:(struct CGRect
)fp8
;
31 - (void)_selectSectionForTouch
:(id
)fp8 withEvent
:(id
)fp12
;
32 - (BOOL
)beginTrackingWithTouch
:(id
)fp8 withEvent
:(id
)fp12
;
33 - (BOOL
)continueTrackingWithTouch
:(id
)fp8 withEvent
:(id
)fp12
;
34 - (void)endTrackingWithTouch
:(id
)fp8 withEvent
:(id
)fp12
;
35 - (void)cancelTrackingWithEvent
:(id
)fp8
;
36 - (id
)_createTouchesWithMouseEvent
:(struct __GSEvent
*)fp8 phase
:(int)fp12
;
37 - (void)mouseDown
:(struct __GSEvent
*)fp8
;
38 - (void)mouseDragged
:(struct __GSEvent
*)fp8
;
39 - (void)mouseUp
:(struct __GSEvent
*)fp8
;
42 - (int)selectedSection
;