美文网首页
Singleton.h(单例工具类,快速为类添加单例)

Singleton.h(单例工具类,快速为类添加单例)

作者: Liuny | 来源:发表于2018-12-14 00:31 被阅读0次

    快速创建单例,两句话实现单例功能。
    在.h文件中添加:
    singleton_interface(JMProjectManager)
    在.m中添加:
    singleton_implementation(JMProjectManager)

    使用:
    [JMProjectManager sharedJMProjectManager]

    借鉴框架中的JMProjectManager。

    相关文章

      网友评论

          本文标题:Singleton.h(单例工具类,快速为类添加单例)

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