Sha256: c25770f291a7fae4360901f3e16a87dfd52c7e7d7a26c5a9c269afa5c384f045
Contents?: true
Size: 312 Bytes
Versions: 9
Compression:
Stored size: 312 Bytes
Contents
#import <Foundation/Foundation.h> @class GHGherkinDialect; @class GHLocation; @protocol GHGherkinDialectProviderProtocol <NSObject> @property (nonatomic, readonly) GHGherkinDialect * defaultDialect; - (GHGherkinDialect *)dialectWithLanguage:(NSString *)theLanguage location:(GHLocation *)theLocation; @end
Version data entries
9 entries across 9 versions & 1 rubygems