Possible Duplicate:
Placement of the asterisk in Objective-C
Could someone please shed some light as I am a bit confused as to the proper use of the indirection operator.
Example:
NSAutoReleasePool * pool = [[NSAutoReleasPool alloc] init];
MyAwesomeClass *awesomeClass;
So as I see them; are they just stylistic differences on declaring the object or does leaving a space between the operator and the variable name actually do something different?
THANKS for participating ...