--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIView.h>
+
+@class UIColor;
+
+@interface UISegment : UIView
+{
+ UIView *_info;
+ float _width;
+ struct CGSize _contentOffset;
+ UIColor *_tintColor;
+ struct {
+ unsigned int style:2;
+ unsigned int size:2;
+ unsigned int selected:1;
+ unsigned int showDivider:1;
+ unsigned int hasImage:1;
+ unsigned int isDisclosure:1;
+ unsigned int position:3;
+ unsigned int reserved:21;
+ } _segmentFlags;
+}
+
+- (id)initWithInfo:(id)fp8 style:(int)fp12 size:(int)fp16 tintColor:(id)fp20 position:(unsigned int)fp24 isDisclosure:(BOOL)fp28;
+- (id)initWithCoder:(id)fp8;
+- (void)_populateArchivedSubviews:(id)fp8;
+- (void)encodeWithCoder:(id)fp8;
+- (void)dealloc;
+- (void)insertDividerView;
+- (void)setTintColor:(id)fp8;
+- (void)setEnabled:(BOOL)fp8;
+- (void)setSelected:(BOOL)fp8;
+- (void)setShowDivider:(BOOL)fp8;
+- (void)animateAdd:(BOOL)fp8;
+- (void)animateRemove;
+- (struct CGRect)contentRect;
+- (struct CGSize)contentSize;
+- (void)_positionInfo;
+- (void)setFrame:(struct CGRect)fp8;
+- (void)setPosition:(unsigned int)fp8;
+- (void)setContentOffset:(struct CGSize)fp8;
+- (void)setInfo:(id)fp8;
+- (id)info;
+- (id)infoName;
+- (id)hitTest:(struct CGPoint)fp8 withEvent:(id)fp16;
+
+@end
+