Statistics
| Branch: | Revision:

root / asi-http-request-with-pithos / iPhone Sample / InfoCell.h @ be116d22

History | View | Annotate | Download (432 Bytes)

1
//
2
//  InfoCell.h
3
//  Part of the ASIHTTPRequest sample project - see http://allseeing-i.com/ASIHTTPRequest for details
4
//
5
//  Created by Ben Copsey on 17/06/2010.
6
//  Copyright 2010 All-Seeing Interactive. All rights reserved.
7
//
8

    
9
#import <Foundation/Foundation.h>
10

    
11

    
12
@interface InfoCell : UITableViewCell {
13

    
14
}
15
+ (id)cell;
16
+ (NSUInteger)neededHeightForDescription:(NSString *)description withTableWidth:(NSUInteger)tableWidth;
17
@end