]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <UIKit/UIScrollView.h> | |
8 | ||
9 | @interface UIScrollView (UIScrollViewInternal) | |
10 | - (void)_adjustBackgroundShadowsForContentSize; | |
11 | - (void)_resetScrollingWithEvent:(struct __GSEvent *)fp8; | |
12 | - (void)_addScrollNotificationView:(id)fp8; | |
13 | - (void)_removeScrollNotificationView:(id)fp8; | |
14 | - (BOOL)_cancelContentTouchWithEvent:(id)fp8 forced:(BOOL)fp12; | |
15 | - (void)_addContentSubview:(id)fp8 atBack:(BOOL)fp12; | |
16 | - (void)_moveContentSubview:(id)fp8 toBack:(BOOL)fp12; | |
17 | - (void)_setContentOffsetAnimationDuration:(double)fp8; | |
18 | - (double)_contentOffsetAnimationDuration; | |
19 | - (BOOL)_scrollToTop; | |
20 | - (id)_defaultHitTest:(struct CGPoint)fp8 withEvent:(id)fp16; | |
21 | @end | |
22 |