summaryrefslogtreecommitdiff
path: root/plugins/nl.x-services.plugins.insomnia/src/ios/Insomnia.h
blob: c13c07ba13e194ce704ac1f388b977cdf4a0499f (plain)
1
2
3
4
5
6
7
8
9
#import <Cordova/CDV.h>

@interface Insomnia :CDVPlugin

- (void) keepAwake:(CDVInvokedUrlCommand*)command;

- (void) allowSleepAgain:(CDVInvokedUrlCommand*)command;

@end