mirror of
https://github.com/opa334/TrollStore.git
synced 2025-07-06 16:28:45 +08:00
Create TSExploitDescriptor.h
This commit is contained in:
parent
cf150dd451
commit
50a7142b2d
7
ExploitManager/TSExploitDescriptor.h
Normal file
7
ExploitManager/TSExploitDescriptor.h
Normal file
@ -0,0 +1,7 @@
|
||||
@interface TSExploitDescriptor : NSObject
|
||||
@property (nonatomic, copy) NSString *identifier;
|
||||
@property (nonatomic, copy) NSString *minOS;
|
||||
@property (nonatomic, copy) NSString *maxOS;
|
||||
+ (instancetype)descriptorWithJSON:(NSDictionary *)json;
|
||||
- (BOOL)isCompatibleWithCurrentDevice;
|
||||
@end
|
Loading…
Reference in New Issue
Block a user