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

@@ -26,6 +26,7 @@
@class DoricContextManager;
@interface DoricSingleton : NSObject
@property(nonatomic, strong) NSMutableDictionary *bundles;
@property(nonatomic, strong) NSMutableSet <DoricLibrary *> *libraries;
@property(nonatomic, strong) NSHashTable<DoricRegistry *> *registries;
@property(nonatomic, strong) NSMutableDictionary *envDic;