Sha256: 19d73f09712f7567293e13a18abe87b8a8c8187d4fcf7290a26d732ab3e70130
Contents?: true
Size: 580 Bytes
Versions: 9
Compression:
Stored size: 580 Bytes
Contents
#import <Foundation/Foundation.h> #import "GHHasLocationProtocol.h" @class GHLocation; @class GHStepArgument; @interface GHStep : NSObject <GHHasLocationProtocol> @property (nonatomic, readonly) GHLocation * location; @property (nonatomic, readonly) NSString * keyword; @property (nonatomic, readonly) NSString * text; @property (nonatomic, readonly) GHStepArgument * argument; - (id)initWithLocation:(GHLocation *)theLocation keyword:(NSString *)theKeyword text:(NSString *)theText stepArgument:(GHStepArgument *)theStepArgument; @end
Version data entries
9 entries across 9 versions & 1 rubygems