mirror of
https://github.com/opa334/TrollStore.git
synced 2025-07-06 16:28:45 +08:00
Create TSModuleManager.m
This commit is contained in:
parent
f11348499b
commit
7f91ea5cd9
11
Modules/TSModuleManager.m
Normal file
11
Modules/TSModuleManager.m
Normal file
@ -0,0 +1,11 @@
|
||||
#import "TSModuleManager.h"
|
||||
|
||||
@interface TSModuleManager ()
|
||||
@property (nonatomic, strong) NSMutableDictionary<NSNumber *, id<TSModuleProtocol>> *modules;
|
||||
@end
|
||||
|
||||
@implementation TSModuleManager
|
||||
|
||||
// 实现共享实例、注册、执行等方法(完整实现参考之前的代码)
|
||||
|
||||
@end
|
Loading…
Reference in New Issue
Block a user