Sha256: 270601639791784ae79f32489f09ac660f9ad67c34413ac948dec571fc041cc3
Contents?: true
Size: 390 Bytes
Versions: 9
Compression:
Stored size: 390 Bytes
Contents
#import <Foundation/Foundation.h> #import "GHHasLocationProtocol.h" @class GHTableCell; @interface GHTableRow : NSObject <GHHasLocationProtocol> @property (nonatomic, readonly) GHLocation * location; @property (nonatomic, readonly) NSArray<GHTableCell *> * cells; - (id)initWithLocation:(GHLocation *)theLocation cells:(NSArray<GHTableCell *> *)theCells; @end
Version data entries
9 entries across 9 versions & 1 rubygems