这个指的是在Xcode 4.5 编写代码时,在.h 头文件中定义了 @property 属性,之前还必须要在 .m 文件中编写 @synthesize 编译指令(自动生成getter、setter方法)。现在这个不需要做了。
当然如果你乐意写@synthesize 代码,Xcode 也支持。