ios swift 单例推荐写法 2018-09-17 本文已影响130人 biubiuboom class MyManager { static let shared = MyManager() private init() {} }