From 606d3b95e941f48c8963d3996920472145da1200 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Tue, 15 Sep 2015 09:32:35 -0400 Subject: Added pindialog plugin --- .../src/ios/CDVPinDialog.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 plugins/hu.dpal.phonegap.plugins.PinDialog/src/ios/CDVPinDialog.h (limited to 'plugins/hu.dpal.phonegap.plugins.PinDialog/src/ios/CDVPinDialog.h') diff --git a/plugins/hu.dpal.phonegap.plugins.PinDialog/src/ios/CDVPinDialog.h b/plugins/hu.dpal.phonegap.plugins.PinDialog/src/ios/CDVPinDialog.h new file mode 100644 index 00000000..415195d5 --- /dev/null +++ b/plugins/hu.dpal.phonegap.plugins.PinDialog/src/ios/CDVPinDialog.h @@ -0,0 +1,19 @@ +// +// CDVPinDialog.h +// HelloWorld +// +// +// + +#import +#import +#import + + +@interface CDVPinDialog : CDVPlugin {} +@property (nonatomic, copy) NSString* callbackId; + +- (void)prompt:(CDVInvokedUrlCommand*)command; + +@end + -- cgit v1.2.3