Sha256: 6d241947648627da8c380fee2b7593655f96e77dfccbeb2ea112834e4c00720c
Contents?: true
Size: 381 Bytes
Versions: 27
Compression:
Stored size: 381 Bytes
Contents
#import "Somefile.h" @implementation ABC - (id)a:(B)b { return 1; } @end @implementation ABC - (void)xyz; @end NSDictionary *dictionary = [NSDictionary dictionaryWithObjectsAndKeys: @"quattuor", @"four", @"quinque", @"five", @"sex", @"six", nil]; NSString *key; for (key in dictionary) { NSLog(@"English: %@, Latin: %@", key, [dictionary valueForKey:key]); }
Version data entries
27 entries across 27 versions & 2 rubygems