mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
12 lines
235 B
Objective-C
12 lines
235 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface AltServerJitService : NSObject
|
|
|
|
+ (AltServerJitService*)sharedAltServerJitService;
|
|
- (void)registerPreferences;
|
|
- (void)startProcess;
|
|
|
|
@property bool processStarted;
|
|
@property bool jitEnabled;
|
|
|
|
@end
|