]>
git.saurik.com Git - iphone-api.git/blob - UIKit/UIScrollView-UIScrollViewGestures.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIScrollView.h>
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
;