//Empty dictionaryNSMutableDictionary *d1 = [NSMutableDictionary new];//init with some dataNSDictionary *d3 = @{@1: @"one", @2: @"two"};