#import #import "GHStepArgument.h" #import "GHHasRowsProtocol.h" #import "GHHasLocationProtocol.h" @interface GHDataTable : GHStepArgument @property (nonatomic, readonly) GHLocation * location; @property (nonatomic, readonly) NSArray * rows; - (id)initWithTableRows:(NSArray *)theRows; @end