mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-30 14:37:59 +03:00
12 lines
208 B
C
12 lines
208 B
C
![]() |
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface AltServerJitService : NSObject
|
||
|
|
||
|
+ (AltServerJitService*)sharedAltServerJitService;
|
||
|
- (void)registerPreferences;
|
||
|
- (void)startProcess;
|
||
|
|
||
|
@property bool processStarted;
|
||
|
|
||
|
@end
|