]> git.saurik.com Git - iphone-api.git/blob - UIKit/UITouch-UITouchInternal.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UITouch-UITouchInternal.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <UIKit/UITouch.h>
8
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;
19 - (id)description;
20 @end
21