diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-09-15 09:32:35 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-09-15 09:32:35 -0400 |
| commit | 606d3b95e941f48c8963d3996920472145da1200 (patch) | |
| tree | 1a966266ada12285a4e2082607da844d52d900bf /plugins/hu.dpal.phonegap.plugins.PinDialog/src/ios/CDVPinDialog.h | |
| parent | 566510313bd07eeb64dcafdc85a0f8e08e528c64 (diff) | |
Added pindialog plugin
Diffstat (limited to 'plugins/hu.dpal.phonegap.plugins.PinDialog/src/ios/CDVPinDialog.h')
| -rw-r--r-- | plugins/hu.dpal.phonegap.plugins.PinDialog/src/ios/CDVPinDialog.h | 19 |
1 files changed, 19 insertions, 0 deletions
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 <Foundation/Foundation.h> +#import <UIKit/UIKit.h> +#import <Cordova/CDVPlugin.h> + + +@interface CDVPinDialog : CDVPlugin <UIAlertViewDelegate>{} +@property (nonatomic, copy) NSString* callbackId; + +- (void)prompt:(CDVInvokedUrlCommand*)command; + +@end + |
