summaryrefslogtreecommitdiff
path: root/plugins/hu.dpal.phonegap.plugins.PinDialog/src/ios/CDVPinDialog.h
diff options
context:
space:
mode:
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.h19
1 files changed, 0 insertions, 19 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
deleted file mode 100644
index 415195d5..00000000
--- a/plugins/hu.dpal.phonegap.plugins.PinDialog/src/ios/CDVPinDialog.h
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// 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
-