7 lines
194 B
Text
7 lines
194 B
Text
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
#include "sleepprevent.h"
|
|
|
|
void SleepPrevent::setTimerDisabled() {
|
|
[[UIApplication sharedApplication] setIdleTimerDisabled: YES];
|
|
}
|