Sha256: 42af8e9380765dcc3013817257faa71a651a3dc837b69cd5a5fdcd5b650ce9fc
Contents?: true
Size: 352 Bytes
Versions: 9
Compression:
Stored size: 352 Bytes
Contents
#import <Foundation/Foundation.h> @interface GHLocation : NSObject @property (nonatomic, readonly) NSUInteger line; @property (nonatomic, readonly) NSUInteger column; - (id)init; - (id)initWithLine:(NSUInteger)theLine; - (id)initWithColumn:(NSUInteger)theColumn; - (id)initWithLine:(NSUInteger)theLine column:(NSUInteger)theColumn; @end
Version data entries
9 entries across 9 versions & 1 rubygems