Sha256: 34182ce4f190e3d8de851ee3bf03d6b4269a7b21e45408db50f26b15341a6149
Contents?: true
Size: 451 Bytes
Versions: 9
Compression:
Stored size: 451 Bytes
Contents
#import "GHBackground.h" #import "GHLocation.h" @interface GHBackground () @end @implementation GHBackground - (id)initWithLocation:(GHLocation *)theLocation keyword:(NSString *)theKeyword name:(NSString *)theName description:(NSString *)theDescription steps:(NSArray *)theSteps { self = [super initWithLocation:theLocation keyword:theKeyword name:theName description:theDescription steps:theSteps]; return self; } @end
Version data entries
9 entries across 9 versions & 1 rubygems