]> git.saurik.com Git - iphone-api.git/blob - UIKit/WordInfo.h
Minor commit for Optimo.
[iphone-api.git] / UIKit / WordInfo.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 <UIKit/CandWord.h>
8
9 @class NSString;
10
11 @interface WordInfo : CandWord
12 {
13 NSString *_yomi;
14 int _inConnection;
15 int _outConnection[10];
16 int _outConnections;
17 int _weight;
18 }
19
20 - (id)initWithWord:(id)fp8 withYomi:(id)fp12 inConnection:(int)fp16 outConnection:(int)fp20 weight:(int)fp24;
21 - (void)dealloc;
22 - (id)copyWithZone:(struct _NSZone *)fp8;
23 - (void)addOutConnection:(int)fp8;
24 - (void)addWeight:(int)fp8;
25 - (id)yomi;
26 - (int)inConnection;
27 - (int *)outConnection;
28 - (int)outConnections;
29 - (int)weight;
30 - (void)setWeight:(int)fp8;
31
32 @end
33