]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIScrollView-Static.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UIScrollView-Static.h
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 (Static)
10 - (void)_notifyDidScroll;
11 - (void)_smoothScroll:(double)fp8;
12 - (void)_stopScrollingNotify:(BOOL)fp8 dealloc:(BOOL)fp12 pin:(BOOL)fp16;
13 - (BOOL)_continueScrollingAtOffset:(struct CGPoint)fp8;
14 - (void)_popTrackingRunLoopMode;
15 - (void)_runLoopModePopped:(id)fp8;
16 - (void)_startTimer:(BOOL)fp8;
17 - (void)_deferredBeginTouchesInContentView;
18 - (void)_beginTouchesInContentView:(id)fp8 touches:(id)fp12 withEvent:(id)fp16;
19 - (void)_adjustScrollerIndicators:(BOOL)fp8 alwaysShowingThem:(BOOL)fp12;
20 - (void)_adjustContentOffsetIfNecessary;
21 - (void)_hideScrollIndicators;
22 @end
23