--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/CandWord.h>
+
+@class NSString;
+
+@interface WordInfo : CandWord
+{
+ NSString *_yomi;
+ int _inConnection;
+ int _outConnection[10];
+ int _outConnections;
+ int _weight;
+}
+
+- (id)initWithWord:(id)fp8 withYomi:(id)fp12 inConnection:(int)fp16 outConnection:(int)fp20 weight:(int)fp24;
+- (void)dealloc;
+- (id)copyWithZone:(struct _NSZone *)fp8;
+- (void)addOutConnection:(int)fp8;
+- (void)addWeight:(int)fp8;
+- (id)yomi;
+- (int)inConnection;
+- (int *)outConnection;
+- (int)outConnections;
+- (int)weight;
+- (void)setWeight:(int)fp8;
+
+@end
+