mirror of
https://github.com/opa334/TrollStore.git
synced 2025-07-06 16:28:45 +08:00
Create TSStreamingInstaller.h
This commit is contained in:
parent
7f91ea5cd9
commit
7f26a790e5
7
Modules/TSStreamingInstaller.h
Normal file
7
Modules/TSStreamingInstaller.h
Normal file
@ -0,0 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface TSStreamingInstaller : NSObject
|
||||
- (instancetype)initWithIPAAtPath:(NSString *)ipaPath;
|
||||
- (BOOL)installToDestination:(NSString *)destinationPath;
|
||||
@property (nonatomic, copy) void (^progressHandler)(float progress);
|
||||
@end
|
Loading…
Reference in New Issue
Block a user