Advertisement
Guest User

Untitled

a guest
Jul 21st, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. warning: Semantic Issue: Incompatible pointer types sending 'Class *' to parameter of type 'id'
  2.  
  3. NSMutableDictionary* dict = [NSMutableDictionary dictionary];
  4. Class k = [NSString class];
  5. [dict setObject:k forKey:@"foo"];
  6. NSLog(@"%@", dict);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement