]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIView-Gestures_Internal.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIView-Gestures_Internal.h
diff --git a/UIKit/UIView-Gestures_Internal.h b/UIKit/UIView-Gestures_Internal.h
new file mode 100644 (file)
index 0000000..3b1d42f
--- /dev/null
@@ -0,0 +1,21 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIView.h>
+
+@interface UIView (Gestures_Internal)
+- (id)_gestureInfo;
+- (void)_gestureEnded:(struct __GSEvent *)fp8;
+- (struct CGSize)_scrollerContentSize;
+- (struct CGPoint)_constrainedScrollPoint:(struct CGPoint)fp8 contentSize:(struct CGSize)fp16;
+- (void)_zoomToScrollPoint:(struct CGPoint)fp8 scale:(float)fp16 duration:(float)fp20 event:(struct __GSEvent *)fp24;
+- (float)_zoomAnimationDurationForScale:(float)fp8;
+- (void)_zoomToWindowPoint:(struct CGPoint)fp8 scale:(float)fp16 duration:(float)fp20 constrainScrollPoint:(BOOL)fp24 event:(struct __GSEvent *)fp28;
+- (void)_animateToScrollPoint:(struct CGPoint)fp8;
+- (void)_animateZoomFailureToWindowPoint:(struct CGPoint)fp8 scale:(float)fp16 duration:(float)fp20;
+- (float)_zoomAnimationProgress;
+@end
+