Sha256: 36745e95bfb3403c5998d77b430fefebc58480f0cb7658c8648ac675d1a0c918
Contents?: true
Size: 342 Bytes
Versions: 9
Compression:
Stored size: 342 Bytes
Contents
#import <Foundation/Foundation.h> #import "GHGherkinLineProtocol.h" @interface GHGherkinLine : NSObject <GHGherkinLineProtocol> @property (nonatomic, readonly) NSString * lineText; @property (nonatomic, readonly) NSUInteger lineNumber; - (id)initWithLine:(NSString *)theLine lineNumber:(NSUInteger)theLineNumber; @end
Version data entries
9 entries across 9 versions & 1 rubygems