mirror of
https://github.com/opa334/TrollStore.git
synced 2025-07-06 16:28:45 +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
|