Swift之单例模式

2015-12-05  本文已影响34人  就怕是个demo
class TheOneAndOnlyKraken {
    static let sharedInstance = TheOneAndOnlyKraken()
}
上一篇 下一篇

猜你喜欢

热点阅读