1、类扩展,extension,可以扩展属性(成员变量)
<pre>
@interface LYViewController() // 类扩展,extension
{
}
</pre>
2、分类,category,不能扩展属性(成员变量)
1、类扩展,extension,可以扩展属性(成员变量)
<pre>
@interface LYViewController() // 类扩展,extension
{
}
</pre>
2、分类,category,不能扩展属性(成员变量)
本文标题:类扩展&分类
本文链接:https://www.haomeiwen.com/subject/hsmgwttx.html
网友评论