Play-/Source/ui_ios/AltServerJitService.h
2023-10-25 10:47:10 -04:00

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