On May 3, 2010, at 2:39 PM, Dominic Dauer wrote:
> Hello,
> I want to add an Object to a NSMutableDictionary:
>
> if(!parsedClasses)
> parsedClasses = [[NSMutableDictionary alloc]
> initWithObjectsAndKeys:oneClass,[oneClass objectAtIndex:0],nil];
> else
>
Hello,
I want to add an Object to a NSMutableDictionary:
if(!parsedClasses)
parsedClasses = [[NSMutableDictionary alloc]
initWithObjectsAndKeys:oneClass,[oneClass objectAtIndex:0],nil];
else
[parsedClasses setObject:[oneClass retain] forKey:[oneCl