]> git.saurik.com Git - iphone-api.git/blame - UIKit/CandWord.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / CandWord.h
CommitLineData
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#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