03 2014 档案
摘要:@implementation MyShareSDKCenterView@synthesize loginType = _loginType ; // 0 单平台 1 新浪 2 facebookstatic MyShareSDKCenterView * _sharedInstance = nil;+(MyShareSDKCenterView*)sharedInstance{ @synchronized([MyShareSDKCenterView class]) { if (!_sharedInstance) _sharedInstance = [[self alloc] init]; ...
阅读全文
posted @ 2014-03-24 17:27
尚菜
浙公网安备 33010602011771号