+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIControl.h>
+
+@class NSMutableArray;
+
+@interface UIPageControl : UIControl
+{
+ NSMutableArray *_indicators;
+ int _currentPage;
+ int _displayedPage;
+ struct {
+ unsigned int hideForSinglePage:1;
+ unsigned int defersCurrentPageDisplay:1;
+ } _pageControlFlags;
+}
+
+- (void)_commonPageControlInit;
+- (id)initWithFrame:(struct CGRect)fp8;
+- (id)initWithCoder:(id)fp8;
+- (void)_populateArchivedSubviews:(id)fp8;
+- (void)encodeWithCoder:(id)fp8;
+- (void)dealloc;
+- (void)setNumberOfPages:(int)fp8;
+- (int)numberOfPages;
+- (void)setCurrentPage:(int)fp8;
+- (int)currentPage;
+- (void)setHidesForSinglePage:(BOOL)fp8;
+- (BOOL)hidesForSinglePage;
+- (void)setDefersCurrentPageDisplay:(BOOL)fp8;
+- (BOOL)defersCurrentPageDisplay;
+- (struct CGSize)sizeThatFits:(struct CGSize)fp8;
+- (void)layoutSubviews;
+- (void)endTrackingAt:(struct CGPoint)fp8 previous:(struct CGPoint)fp16 withEvent:(struct __GSEvent *)fp24;
+- (void)endTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
+- (void)updateCurrentPageDisplay;
+- (struct CGSize)sizeForNumberOfPages:(int)fp8;
+
+@end
+