Sha256: f7bcfcae81ff6d934c26b0d519bc3e2545a85dba6536e03a43523eab6d9e2ece
Contents?: true
Size: 303 Bytes
Versions: 75
Compression:
Stored size: 303 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]; NSDictionary *dictLiteral = @{ @"hello": @"world", @"goodbye": @"cruel world" };
Version data entries
75 entries across 73 versions & 8 rubygems