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 @interface UIResponder
: NSObject
13 - (void)mouseDown
:(struct __GSEvent
*)fp8
;
14 - (void)mouseUp
:(struct __GSEvent
*)fp8
;
15 - (void)mouseDragged
:(struct __GSEvent
*)fp8
;
16 - (void)mouseEntered
:(struct __GSEvent
*)fp8
;
17 - (void)mouseExited
:(struct __GSEvent
*)fp8
;
18 - (void)mouseMoved
:(struct __GSEvent
*)fp8
;
19 - (void)touchesBegan
:(id
)fp8 withEvent
:(id
)fp12
;
20 - (void)touchesMoved
:(id
)fp8 withEvent
:(id
)fp12
;
21 - (void)touchesEnded
:(id
)fp8 withEvent
:(id
)fp12
;
22 - (void)touchesCancelled
:(id
)fp8 withEvent
:(id
)fp12
;
23 - (void)scrollWheel
:(struct __GSEvent
*)fp8
;
24 - (void)keyDown
:(struct __GSEvent
*)fp8
;
25 - (void)keyUp
:(struct __GSEvent
*)fp8
;
26 - (void)gestureStarted
:(struct __GSEvent
*)fp8
;
27 - (void)gestureEnded
:(struct __GSEvent
*)fp8
;
28 - (void)gestureChanged
:(struct __GSEvent
*)fp8
;
30 - (BOOL
)_containedInAbsoluteResponderChain
;
31 - (BOOL
)becomeFirstResponder
;
32 - (BOOL
)canBecomeFirstResponder
;
33 - (BOOL
)resignFirstResponder
;
34 - (BOOL
)canResignFirstResponder
;
35 - (BOOL
)isFirstResponder
;