swift - 单例推荐写法

2020-05-14  本文已影响0人  biubiuboom
class MyManager  {
    static let shared = MyManager()
    private init() {}
}

上一篇 下一篇

猜你喜欢

热点阅读