Swift之单例模式 2015-12-05 本文已影响34人 就怕是个demo class TheOneAndOnlyKraken { static let sharedInstance = TheOneAndOnlyKraken() }