]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIScrollView-UIScrollViewGestures.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIScrollView-UIScrollViewGestures.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 (UIScrollViewGestures)
10 - (struct CGPoint)offset;
11 - (void)setOffset:(struct CGPoint)fp8;
12 - (void)setScrollingEnabled:(BOOL)fp8;
13 - (void)_startGesture:(id)fp8 withEvent:(id)fp12;
14 - (void)_changedGesture:(id)fp8 withEvent:(id)fp12;
15 - (void)_endGesture:(id)fp8 withEvent:(id)fp12;
16 - (void)didFinishGesture:(int)fp8 inView:(id)fp12 forEvent:(struct __GSEvent *)fp16;
17 @end
18