+ (instancetype)sharedInstance
{
static ABCBookManager *sharedInstance =nil;
static dispatch_once_t onceToken;
dispatch_once(&onceToken, ^{
sharedInstance = [[self alloc] init];
});
return sharedInstance;
}
- 点赞
- 收藏
- 分享
- 文章举报
墨丶墨发布了1 篇原创文章 · 获赞 0 · 访问量 157私信关注