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