2016年10月18日

缜密的创建一个单例

摘要: static OnlyOne *_instance = nil; + (instancetype)shareInstance { static dispatch_once_t onceToken ; dispatch_once(&onceToken, ^{ _instance = [[super a 阅读全文

posted @ 2016-10-18 20:09 敏言慎行 阅读(191) 评论(0) 推荐(0)

导航