+(CoachType *)sharedInstance{ static CoachType *sharedInstance = nil; static dispatch_once_t onceToken; dispatch_once(&onceToken, ^{ sharedInstance = [[CoachType alloc] init]; }); return sharedInstance; }
posted on 2015-07-06 17:13 大木哥 阅读(234) 评论(0) 收藏 举报
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3