Sha256: c02a08cd48102e505a829bebc02cefa1c690919417f4302d69c6b896608197f8
Contents?: true
Size: 485 Bytes
Versions: 9
Compression:
Stored size: 485 Bytes
Contents
#import <Foundation/Foundation.h> #import "GHStepArgument.h" #import "GHHasLocationProtocol.h" @interface GHDocString : GHStepArgument <GHHasLocationProtocol> @property (nonatomic, readonly) GHLocation * location; @property (nonatomic, readonly) NSString * contentType; @property (nonatomic, readonly) NSString * content; - (id)initWithLocation:(GHLocation *)theLocation contentType:(NSString *)theContentType content:(NSString *)theContent; @end
Version data entries
9 entries across 9 versions & 1 rubygems