Play-/Source/ui_ios/AltServerJitService.h

13 lines
235 B
C
Raw Normal View History

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