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>
11 @interface UIPageControl
: UIControl
13 NSMutableArray
*_indicators
;
17 unsigned int hideForSinglePage
:1;
18 unsigned int defersCurrentPageDisplay
:1;
22 - (void)_commonPageControlInit
;
23 - (id
)initWithFrame
:(struct CGRect
)fp8
;
24 - (id
)initWithCoder
:(id
)fp8
;
25 - (void)_populateArchivedSubviews
:(id
)fp8
;
26 - (void)encodeWithCoder
:(id
)fp8
;
28 - (void)setNumberOfPages
:(int)fp8
;
30 - (void)setCurrentPage
:(int)fp8
;
32 - (void)setHidesForSinglePage
:(BOOL
)fp8
;
33 - (BOOL
)hidesForSinglePage
;
34 - (void)setDefersCurrentPageDisplay
:(BOOL
)fp8
;
35 - (BOOL
)defersCurrentPageDisplay
;
36 - (struct CGSize
)sizeThatFits
:(struct CGSize
)fp8
;
37 - (void)layoutSubviews
;
38 - (void)endTrackingAt
:(struct CGPoint
)fp8 previous
:(struct CGPoint
)fp16 withEvent
:(struct __GSEvent
*)fp24
;
39 - (void)endTrackingWithTouch
:(id
)fp8 withEvent
:(id
)fp12
;
40 - (void)updateCurrentPageDisplay
;
41 - (struct CGSize
)sizeForNumberOfPages
:(int)fp8
;