// // Duncan.h // GNUstep Duncan // // Created by Risa Mettaserikul on Fri Feb 07 2003. // Copyright (c) 2003 CSFSS. All rights reserved. // #import #import "WordContainer.h" #import "NSStringStem.h" @interface Duncan : WordContainer { WordContainer *bookmark,*cache; NSMutableArray *portsArray; } // should consult the Dict Protocol to see what kind of error could be returned. // and reconsidering using NSString for the error (or type?) - (void) bookmark:(NSString *)word; @end