NSDictionary *dict = [NSDictionary dictionary]; NSLog(@\"%@\", NSStringFromClass([dict class]));
This code prints \"__NSDictionary0\".
For my
If you want to test for mutability, your best bet would probably be conformsToProtocol: @protocol(NSMutableCopying)