]>
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 KBWordSearch, NSString; | |
10 | ||
11 | @interface KBWordSearchThreadParameters : NSObject | |
12 | { | |
13 | KBWordSearch *_kbws; | |
14 | NSString *_inputString; | |
15 | id _target; | |
16 | SEL _action; | |
17 | BOOL _cancelled; | |
18 | } | |
19 | ||
20 | - (id)initWithKBWordSearch:(id)fp8 inputString:(id)fp12 target:(id)fp16 action:(SEL)fp20; | |
21 | - (void)dealloc; | |
22 | - (BOOL)isCancelled; | |
23 | - (void)setCancelled:(BOOL)fp8; | |
24 | - (SEL)action; | |
25 | - (id)target; | |
26 | - (id)inputString; | |
27 | - (id)kbws; | |
28 | ||
29 | @end | |
30 |