Play-/Source/ui_ios/AltServerJitService.h
Jean-Philip Desjardins 1fef15cb24 Move AltServer JIT logic in a separate module.
Also added a toggle to enable/disable it.
2021-11-20 15:35:57 -05:00

11 lines
208 B
Objective-C

#import <UIKit/UIKit.h>
@interface AltServerJitService : NSObject
+ (AltServerJitService*)sharedAltServerJitService;
- (void)registerPreferences;
- (void)startProcess;
@property bool processStarted;
@end