Swift 一行代码 单例 2016-06-08 本文已影响23人 WhiteWhite_iOS class Singleton { static let sharedInstance = Singleton() } Reference: StackOverflow