mirror of
https://github.com/opa334/TrollStore.git
synced 2025-07-07 00:38:46 +08:00
6 lines
199 B
Objective-C
6 lines
199 B
Objective-C
@interface TSExploitManager : NSObject
|
|
+ (instancetype)sharedManager;
|
|
- (void)loadDescriptorsFromDirectory:(NSString *)dirPath;
|
|
- (nullable TSExploitDescriptor *)bestDescriptorForCurrentDevice;
|
|
@end
|