美文网首页
Swift 一行代码 单例

Swift 一行代码 单例

作者: WhiteWhite_iOS | 来源:发表于2016-06-08 10:25 被阅读23次
    class Singleton {
      static let sharedInstance = Singleton()
    }
    

    Reference: StackOverflow

    相关文章

      网友评论

          本文标题:Swift 一行代码 单例

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