#import #import "GHHasLocationProtocol.h" @interface GHComment : NSObject @property (nonatomic, readonly) GHLocation * location; @property (nonatomic, readonly) NSString * text; - (id)initWithLocation:(GHLocation *)theLocation text:(NSString *)theText; @end