@class _UILegibilitySettings, NSArray, NSString, UITapGestureRecognizer; @protocol SBIconListPageControlDelegate; @interface SBIconListPageControl : UIPageControl { double _cachedDefaultHeight; } @property (readonly, nonatomic) UITapGestureRecognizer *tapGestureRecognizer; @property (nonatomic, getter=isScrubbing) BOOL scrubbing; @property (weak, nonatomic) id delegate; @property (readonly, nonatomic) double defaultHeight; @property (retain, nonatomic) _UILegibilitySettings *legibilitySettings; @property (copy, nonatomic) NSArray *touchIgnoreRects; @property (nonatomic) BOOL actsAsButton; @property (readonly, nonatomic, getter=isEffectivelyVisible) BOOL effectivelyVisible; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)touchesCancelled:(id)a0 withEvent:(id)a1; - (void)legibilitySettingsDidChange; - (void)tapGestureDidUpdate:(id)a0; - (void)pageControlCurrentPageDidChange:(id)a0; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (BOOL)gestureRecognizerShouldBegin:(id)a0; - (void)touchesBegan:(id)a0 withEvent:(id)a1; - (BOOL)_shouldAnimatePropertyWithKey:(id)a0; - (void)setButtonHighlighted:(BOOL)a0; - (void)cancelTapGesture; - (void).cxx_destruct; - (id)hitTest:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1; - (void)touchesEnded:(id)a0 withEvent:(id)a1; - (BOOL)gestureRecognizer:(id)a0 shouldRecognizeSimultaneouslyWithGestureRecognizer:(id)a1; @end