1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-07-06 16:28:45 +08:00

Create TSExploitManager.h

This commit is contained in:
a1109471307 2025-07-03 18:10:27 +08:00 committed by GitHub
parent 53117219a9
commit 554f884880
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,5 @@
@interface TSExploitManager : NSObject
+ (instancetype)sharedManager;
- (void)loadDescriptorsFromDirectory:(NSString *)dirPath;
- (nullable TSExploitDescriptor *)bestDescriptorForCurrentDevice;
@end