iOS: move bundle to DoricSingleton

This commit is contained in:
pengfei.zhou
2021-08-24 11:01:11 +08:00
committed by osborn
parent 598bde8442
commit 0ffb14ec72
3 changed files with 4 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ - (instancetype)init {
_storageCaches = [[NSMapTable alloc] initWithKeyOptions:NSPointerFunctionsCopyIn
valueOptions:NSPointerFunctionsWeakMemory
capacity:0];
_bundles = [NSMutableDictionary new];
}
return self;
}