]>
git.saurik.com Git - iphone-api.git/blob - UIKit/UITouch-UITouchInternal.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/UITouch.h>
9 @interface
UITouch (UITouchInternal
)
10 - (void)_setIsFirstTouchForView
:(BOOL
)fp8
;
11 - (BOOL
)_isFirstTouchForView
;
12 - (void)setTimestamp
:(double)fp8
;
13 - (void)setPhase
:(int)fp8
;
14 - (void)setTapCount
:(unsigned int)fp8
;
15 - (void)setIsTap
:(BOOL
)fp8
;
16 - (void)setWindow
:(id
)fp8
;
17 - (void)setView
:(id
)fp8
;
18 - (void)_setLocationInWindow
:(struct CGPoint
)fp8 resetPrevious
:(BOOL
)fp16
;