From the Xcode 4.4 release notes:
The compiler automatically calls @synthesize by default for unimplemented @properties
What e
the default is @synthesize propertyName = _propertyName
@synthesize propertyName = _propertyName