#import #import "GHHasLocationProtocol.h" @class GHTableCell; @interface GHTableRow : NSObject @property (nonatomic, readonly) GHLocation * location; @property (nonatomic, readonly) NSArray * cells; - (id)initWithLocation:(GHLocation *)theLocation cells:(NSArray *)theCells; @end