--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <Foundation/NSObject.h>
+
+@class UIView, UIWindow;
+
+@interface UITouch : NSObject
+{
+ double _timestamp;
+ int _phase;
+ unsigned int _tapCount;
+ UIWindow *_window;
+ UIView *_view;
+ struct CGPoint _locationInWindow;
+ struct CGPoint _previousLocationInWindow;
+ struct {
+ unsigned int _firstTouchForView:1;
+ unsigned int _isTap:1;
+ } _touchFlags;
+}
+
+- (void)dealloc;
+- (double)timestamp;
+- (int)phase;
+- (int)info;
+- (unsigned int)tapCount;
+- (BOOL)isTap;
+- (id)window;
+- (id)view;
+- (struct CGPoint)locationInView:(id)fp8;
+- (struct CGPoint)previousLocationInView:(id)fp8;
+
+@end
+