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>
11 @interface UISegment
: UIView
15 struct CGSize _contentOffset
;
20 unsigned int selected
:1;
21 unsigned int showDivider
:1;
22 unsigned int hasImage
:1;
23 unsigned int isDisclosure
:1;
24 unsigned int position
:3;
25 unsigned int reserved
:21;
29 - (id
)initWithInfo
:(id
)fp8 style
:(int)fp12 size
:(int)fp16 tintColor
:(id
)fp20 position
:(unsigned int)fp24 isDisclosure
:(BOOL
)fp28
;
30 - (id
)initWithCoder
:(id
)fp8
;
31 - (void)_populateArchivedSubviews
:(id
)fp8
;
32 - (void)encodeWithCoder
:(id
)fp8
;
34 - (void)insertDividerView
;
35 - (void)setTintColor
:(id
)fp8
;
36 - (void)setEnabled
:(BOOL
)fp8
;
37 - (void)setSelected
:(BOOL
)fp8
;
38 - (void)setShowDivider
:(BOOL
)fp8
;
39 - (void)animateAdd
:(BOOL
)fp8
;
40 - (void)animateRemove
;
41 - (struct CGRect
)contentRect
;
42 - (struct CGSize
)contentSize
;
43 - (void)_positionInfo
;
44 - (void)setFrame
:(struct CGRect
)fp8
;
45 - (void)setPosition
:(unsigned int)fp8
;
46 - (void)setContentOffset
:(struct CGSize
)fp8
;
47 - (void)setInfo
:(id
)fp8
;
50 - (id
)hitTest
:(struct CGPoint
)fp8 withEvent
:(id
)fp16
;