What does the 'a' prefix represent in aString?
- by psoon
I'm just looking at NSString.h and wonder why some method declaration args use
(NSString *)string; while others use (NSString *)aString.
What are the conventions practiced here?
Thanks for any insight.