1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-07-07 00:38:46 +08:00

Create TSModuleManager.m

This commit is contained in:
a1109471307 2025-07-03 18:04:40 +08:00 committed by GitHub
parent f11348499b
commit 7f91ea5cd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
Modules/TSModuleManager.m Normal file
View File

@ -0,0 +1,11 @@
#import "TSModuleManager.h"
@interface TSModuleManager ()
@property (nonatomic, strong) NSMutableDictionary<NSNumber *, id<TSModuleProtocol>> *modules;
@end
@implementation TSModuleManager
//
@end