Sha256: e97c278962a775e923f52f0df62e30b2117263530fe5b449d1f63e10207c4abb
Contents?: true
Size: 173 Bytes
Versions: 9
Compression:
Stored size: 173 Bytes
Contents
#import <Foundation/Foundation.h> @class GHTableRow; @protocol GHHasRowsProtocol <NSObject> @property (nonatomic, readonly) NSArray<GHTableRow *> * rows; @end
Version data entries
9 entries across 9 versions & 1 rubygems