摘要: + (instancetype)sharedInstance{ static BookManager *sharedInstance = nil; static dispatch_once_t onceToken; dispatch_once(&onceToken, ^{ ... 阅读全文
posted @ 2015-05-18 21:52 梦丶想 阅读(191) 评论(0) 推荐(0) 编辑