]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 <Foundation/NSObject.h> | |
8 | ||
9 | @class DOMNode; | |
10 | ||
11 | @interface UIThreadSafeNode : NSObject | |
12 | { | |
13 | DOMNode *_node; | |
14 | } | |
15 | ||
16 | + (id)threadSafeNodeWithNode:(id)fp8; | |
17 | - (id)initWithNode:(id)fp8; | |
18 | - (id)description; | |
19 | - (void)dealloc; | |
20 | - (BOOL)isKindOfClass:(Class)fp8; | |
21 | - (BOOL)isEqual:(id)fp8; | |
22 | - (BOOL)isEqualToNode:(id)fp8; | |
23 | - (BOOL)respondsToSelector:(SEL)fp8; | |
24 | - (void)setupPlaceholderTextIfNeeded; | |
25 | - (void)forwardInvocation:(id)fp8; | |
26 | - (id)methodSignatureForSelector:(SEL)fp8; | |
27 | - (id)nextFormControl; | |
28 | - (id)previousFormControl; | |
29 | - (int)compareTabIndex:(id)fp8; | |
30 | ||
31 | @end | |
32 |