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 <Foundation/NSObject.h>
9 @
class UIView
, UIWindow
;
11 @interface UITouch
: NSObject
15 unsigned int _tapCount
;
18 struct CGPoint _locationInWindow
;
19 struct CGPoint _previousLocationInWindow
;
21 unsigned int _firstTouchForView
:1;
22 unsigned int _isTap
:1;
30 - (unsigned int)tapCount
;
34 - (struct CGPoint
)locationInView
:(id
)fp8
;
35 - (struct CGPoint
)previousLocationInView
:(id
)fp8
;