swift 单例

2020-04-24  本文已影响0人  男人宫
Class MyManger {
    static let shareManger = MyManger()
    private init() {}
}
上一篇 下一篇

猜你喜欢

热点阅读