diff options
Diffstat (limited to 'iPhone/CordovaLib/Classes/CDVNotification.h')
-rwxr-xr-x | iPhone/CordovaLib/Classes/CDVNotification.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iPhone/CordovaLib/Classes/CDVNotification.h b/iPhone/CordovaLib/Classes/CDVNotification.h index 1eedb54..5b5b89f 100755 --- a/iPhone/CordovaLib/Classes/CDVNotification.h +++ b/iPhone/CordovaLib/Classes/CDVNotification.h @@ -26,6 +26,7 @@ - (void)alert:(CDVInvokedUrlCommand*)command; - (void)confirm:(CDVInvokedUrlCommand*)command; +- (void)prompt:(CDVInvokedUrlCommand*)command; - (void)vibrate:(CDVInvokedUrlCommand*)command; @end |