摘要: 1+ (AFTwitterAPIClient *)sharedClient { static AFTwitterAPIClient *_sharedClient = nil; static dispatch_once_t onceToken; dispatch_once(&onceToken, ^{ _sharedClient = [[AFTwitterAPIClientalloc] initWithBaseURL:[NSURLURLWithString:kAFTwitterAPIBaseURLString]]; }); return _sharedClient;}2stat... 阅读全文
posted @ 2012-08-15 10:13 翛尧 阅读(219) 评论(0) 推荐(0)