摘要: 1. OC 单例+ (NetworkTool *)sharedNetworkTool { static id instace; static dispatch_once_t onceToken; dispatch_once(&onceToken, ^{ ins... 阅读全文
posted @ 2015-05-25 23:55 杨智帆 阅读(183) 评论(0) 推荐(0)