Like I understand, @synthesize actually is generating the Getters and Setters. But what\'s @property then doing? Is it just setting up the parameters for that cool @synthesi
@property declares getter and/or setter
@property
@synthesize implements them.
@synthesize