Sha256: 807bf630cc45f13a067810c84ee76a0651644d40d6763640ea7cc886db6c81cf
Contents?: true
Size: 265 Bytes
Versions: 9
Compression:
Stored size: 265 Bytes
Contents
#import <Foundation/Foundation.h> @interface GHGherkinLineSpan : NSObject @property (nonatomic, readonly) NSUInteger column; @property (nonatomic, readonly) NSString * text; - (id)initWithColumn:(NSUInteger)theColumn text:(NSString *)theText; @end
Version data entries
9 entries across 9 versions & 1 rubygems