Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/woip/app/SearchResult.h
blob: 2c8d53aca0ca8d8bda05a690a4bbf716f9654a8b (plain)
1
2
3
4
5
6
7
8
9
#import <UIKit/UIKit.h>

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