--- /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 NSArray, UIImageView;
+
+@interface UIScrollView : UIView <NSCoding>
+{
+ struct CGSize _contentSize;
+ CDAnonymousStruct2 _contentInset;
+ id _delegate;
+ UIImageView *_verticalScrollIndicator;
+ UIImageView *_horizontalScrollIndicator;
+ CDAnonymousStruct2 _scrollIndicatorInset;
+ struct {
+ unsigned int tracking:1;
+ unsigned int dragging:1;
+ unsigned int bounceEnabled:1;
+ unsigned int bouncesZoom:1;
+ unsigned int zoomBouncing:1;
+ unsigned int alwaysBounceHorizontal:1;
+ unsigned int alwaysBounceVertical:1;
+ unsigned int canCancelContentTouches:1;
+ unsigned int delaysContentTouches:1;
+ unsigned int scrollDisabled:1;
+ unsigned int scrollTriggered:1;
+ unsigned int scrollDisabledOnTouchBegan:1;
+ unsigned int ignoreNextTouchesMoved:1;
+ unsigned int cancelNextContentTouchEnded:1;
+ unsigned int inContentViewCall:1;
+ unsigned int dontSelect:1;
+ unsigned int contentTouched:1;
+ unsigned int cantCancel:1;
+ unsigned int directionalLockEnabled:1;
+ unsigned int lockVertical:1;
+ unsigned int lockHorizontal:1;
+ unsigned int keepLocked:1;
+ unsigned int showsHorizontalScrollIndicator:1;
+ unsigned int showsVerticalScrollIndicator:1;
+ unsigned int indicatorStyle:2;
+ unsigned int inZoom:1;
+ unsigned int hideIndicatorsInZoom:1;
+ unsigned int pushedTrackingMode:1;
+ unsigned int multipleDrag:1;
+ unsigned int displayingScrollIndicators:1;
+ unsigned int verticalIndicatorShrunk:1;
+ unsigned int horizontalIndicatorShrunk:1;
+ unsigned int contentFitDisableScrolling:1;
+ unsigned int pagingEnabled:1;
+ unsigned int dontScrollToTop:1;
+ unsigned int scrollingToTop:1;
+ } _scrollViewFlags;
+ float _farthestDistance;
+ struct CGPoint _initialTouchPosition;
+ struct CGPoint _startTouchPosition;
+ double _startTouchTime;
+ struct CGPoint _startOffset;
+ struct CGPoint _lastTouchPosition;
+ double _lastTouchTime;
+ double _lastUpdateTime;
+ struct CGPoint _lastUpdateOffset;
+ UIView *_contentView;
+ float _minimumZoomScale;
+ float _maximumZoomScale;
+ UIView *_zoomView;
+ double _horizontalVelocity;
+ double _verticalVelocity;
+ double _previousHorizontalVelocity;
+ double _previousVerticalVelocity;
+ struct CGPoint _stopOffset;
+ void *_scrollHeartbeat;
+ struct CGSize _decelerationFactor;
+ double _decelerationLnFactorH;
+ double _decelerationLnFactorV;
+ NSArray *_deferredBeginTouchesInfo;
+ UIImageView **_shadows;
+ id _scrollNotificationViews;
+ struct CGSize _gridBounceLnFactor;
+ double _contentOffsetAnimationDuration;
+}
+
+- (id)initWithFrame:(struct CGRect)fp8;
+- (id)initWithCoder:(id)fp8;
+- (void)_populateArchivedSubviews:(id)fp8;
+- (void)encodeWithCoder:(id)fp8;
+- (void)dealloc;
+- (void)setFrame:(struct CGRect)fp8;
+- (void)setContentSize:(struct CGSize)fp8;
+- (void)setContentOffset:(struct CGPoint)fp8;
+- (void)setContentInset:(CDAnonymousStruct2)fp8;
+- (void)removeFromSuperview;
+- (void)_didMoveFromWindow:(id)fp8 toWindow:(id)fp12;
+- (void)_scrollViewAnimationEnded;
+- (struct CGPoint)contentOffset;
+- (void)setContentOffset:(struct CGPoint)fp8 animated:(BOOL)fp16;
+- (void)scrollRectToVisible:(struct CGRect)fp8 animated:(BOOL)fp24;
+- (void)setDirectionalLockEnabled:(BOOL)fp8;
+- (BOOL)isDirectionalLockEnabled;
+- (void)setScrollEnabled:(BOOL)fp8;
+- (BOOL)isScrollEnabled;
+- (void)setPagingEnabled:(BOOL)fp8;
+- (BOOL)isPagingEnabled;
+- (void)setBounces:(BOOL)fp8;
+- (BOOL)bounces;
+- (void)setAlwaysBounceVertical:(BOOL)fp8;
+- (BOOL)alwaysBounceVertical;
+- (void)setAlwaysBounceHorizontal:(BOOL)fp8;
+- (BOOL)alwaysBounceHorizontal;
+- (BOOL)showsHorizontalScrollIndicator;
+- (void)setShowsHorizontalScrollIndicator:(BOOL)fp8;
+- (BOOL)showsVerticalScrollIndicator;
+- (void)setShowsVerticalScrollIndicator:(BOOL)fp8;
+- (void)setScrollIndicatorInsets:(CDAnonymousStruct2)fp8;
+- (CDAnonymousStruct2)scrollIndicatorInsets;
+- (void)setIndicatorStyle:(int)fp8;
+- (int)indicatorStyle;
+- (void)flashScrollIndicators;
+- (void)setShowBackgroundShadow:(BOOL)fp8;
+- (BOOL)showBackgroundShadow;
+- (id)commonHitTest:(id)fp8;
+- (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
+- (id)hitTest:(struct CGPoint)fp8 withEvent:(id)fp16;
+- (void)touchesBegan:(id)fp8 withEvent:(id)fp12;
+- (void)touchesMoved:(id)fp8 withEvent:(id)fp12;
+- (void)touchesEnded:(id)fp8 withEvent:(id)fp12;
+- (BOOL)canHandleSwipes;
+- (int)swipe:(int)fp8 withEvent:(id)fp12;
+- (BOOL)cancelTouchTracking;
+- (void)cancelNextContentTouchEnded;
+- (BOOL)isTracking;
+- (BOOL)isDragging;
+- (BOOL)isDecelerating;
+- (BOOL)bouncesZoom;
+- (void)setBouncesZoom:(BOOL)fp8;
+- (BOOL)canCancelContentTouches;
+- (void)setCanCancelContentTouches:(BOOL)fp8;
+- (BOOL)delaysContentTouches;
+- (void)setDelaysContentTouches:(BOOL)fp8;
+- (BOOL)touchesShouldBegin:(id)fp8 withEvent:(id)fp12 inContentView:(id)fp16;
+- (BOOL)touchesShouldCancelInContentView:(id)fp8;
+- (BOOL)isZooming;
+- (BOOL)isZoomBouncing;
+- (BOOL)scrollsToTop;
+- (void)setScrollsToTop:(BOOL)fp8;
+- (float)maximumZoomScale;
+- (void)setMaximumZoomScale:(float)fp8;
+- (float)minimumZoomScale;
+- (void)setMinimumZoomScale:(float)fp8;
+- (id)delegate;
+- (void)setDelegate:(id)fp8;
+- (CDAnonymousStruct2)contentInset;
+- (struct CGSize)contentSize;
+
+@end
+