iOS @interface和@property声明变量研究

        在声明一个变量的时候,经常有使用下面的三种形式:                 @interface testView : UIView         {             //1、内部变量,外部不能访问             UIButton *button1;             //3、声明变量,同时声明了一个同名变量属性             UIButt
相关文章
相关标签/搜索