My objective here is really simple—I'm trying to set an NSString to some test data, then return the class (which should be NSString). Here's my code:
NSString* stringer = [NSString stringWithFormat: @"Test"];
NSLog(@"%@", [stringer class]);
Any help would be much appreciated, Thanks.