]> git.saurik.com Git - iphone-api.git/blob - UIKit/CandWord.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / CandWord.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 <Foundation/NSObject.h>
8
9 #import "NSCopying-Protocol.h"
10
11 @class NSString;
12
13 @interface CandWord : NSObject <NSCopying>
14 {
15 NSString *_word;
16 }
17
18 - (id)initWithWord:(id)fp8;
19 - (void)dealloc;
20 - (id)word;
21 - (id)insertion;
22 - (unsigned int)deleteCount;
23 - (id)copyWithZone:(struct _NSZone *)fp8;
24 - (BOOL)isEqual:(id)fp8;
25 - (unsigned int)hash;
26
27 @end
28