What is the difference between these two methods:
Thanks..
Code:
- (void)setObject:(id)anObject forKey:(id)aKey
- (void)setValue:(id)value forKey:(NSString *)key
Thanks..