summaryrefslogtreecommitdiff
path: root/plugins/cordova-plugin-touchid/src/ios/TouchID.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/cordova-plugin-touchid/src/ios/TouchID.h')
-rw-r--r--plugins/cordova-plugin-touchid/src/ios/TouchID.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/cordova-plugin-touchid/src/ios/TouchID.h b/plugins/cordova-plugin-touchid/src/ios/TouchID.h
deleted file mode 100644
index d971a080..00000000
--- a/plugins/cordova-plugin-touchid/src/ios/TouchID.h
+++ /dev/null
@@ -1,13 +0,0 @@
-//
-// TouchID.h
-// Copyright (c) 2014 Lee Crossley - http://ilee.co.uk
-//
-
-#import <Cordova/CDVPlugin.h>
-
-@interface TouchID : CDVPlugin
-
-- (void) authenticate:(CDVInvokedUrlCommand*)command;
-- (void) checkSupport:(CDVInvokedUrlCommand*)command;
-
-@end