[OC]Singleton的一种简便实现方式

static dispatch_queue_t xml_request_operation_processing_queue() { static dispatch_queue_t af_xml_request_operation_processing_queue; static dispatch_once_t onceToken; dispatch_once(&onceT
相关文章
相关标签/搜索