美文网首页
类扩展&分类

类扩展&分类

作者: March_Cullen | 来源:发表于2017-02-25 09:48 被阅读0次

    1、类扩展,extension,可以扩展属性(成员变量)
    <pre>
    @interface LYViewController() // 类扩展,extension
    {
    }
    </pre>

    2、分类,category,不能扩展属性(成员变量)

    相关文章

      网友评论

          本文标题:类扩展&分类

          本文链接:https://www.haomeiwen.com/subject/hsmgwttx.html