]>
Commit | Line | Data |
---|---|---|
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/UIRuntimeConnection.h> | |
8 | ||
9 | @interface UIRuntimeEventConnection : UIRuntimeConnection | |
10 | { | |
11 | unsigned int eventMask; | |
12 | } | |
13 | ||
14 | - (id)initWithCoder:(id)fp8; | |
15 | - (void)encodeWithCoder:(id)fp8; | |
16 | - (void)connect; | |
17 | - (void)connectForSimulator; | |
18 | - (unsigned int)eventMask; | |
19 | - (void)setEventMask:(unsigned int)fp8; | |
20 | - (id)description; | |
21 | ||
22 | @end | |
23 |