]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIScrollView-UIScrollViewGestures.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIScrollView-UIScrollViewGestures.h
diff --git a/UIKit/UIScrollView-UIScrollViewGestures.h b/UIKit/UIScrollView-UIScrollViewGestures.h
new file mode 100644 (file)
index 0000000..22c3ea6
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIScrollView.h>
+
+@interface UIScrollView (UIScrollViewGestures)
+- (struct CGPoint)offset;
+- (void)setOffset:(struct CGPoint)fp8;
+- (void)setScrollingEnabled:(BOOL)fp8;
+- (void)_startGesture:(id)fp8 withEvent:(id)fp12;
+- (void)_changedGesture:(id)fp8 withEvent:(id)fp12;
+- (void)_endGesture:(id)fp8 withEvent:(id)fp12;
+- (void)didFinishGesture:(int)fp8 inView:(id)fp12 forEvent:(struct __GSEvent *)fp16;
+@end
+