Sha256: 932dc585c250f21b3d078dfc33e3511ba419a8473e64a91612710bee359afffd
Contents?: true
Size: 218 Bytes
Versions: 5
Compression:
Stored size: 218 Bytes
Contents
@interface Person : NSObject { @public NSString *name; @private int age; } @property(copy) NSString *name; @property(readonly) int age; -(id)initWithAge:(int)age; @end NSArray *arrayLiteral = @[@"abc", @1];
Version data entries
5 entries across 5 versions & 2 rubygems