DetailCell.h
333 Bytes
//
// DetailCell.h
// Part of the ASIHTTPRequest sample project - see http://allseeing-i.com/ASIHTTPRequest for details
//
// Created by Ben Copsey on 16/06/2010.
// Copyright 2010 All-Seeing Interactive. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface DetailCell : UITableViewCell {
}
+ (id)cell;
@end