#import @interface SearchResult : UITableCell { NSString *article; } -(void) setArticle: (NSString *) title; -(NSString *) article; @end