目录

特性

目录

特性

@property表示声明了一个新对象的属性,自动声明属性的setter和getter方法

@synthesize 表示创建该属性的访问器

readwrite读写属性

readonly只读