diff options
Diffstat (limited to 'plugins/cordova-plugin-touchid/src/ios/TouchID.h')
| -rw-r--r-- | plugins/cordova-plugin-touchid/src/ios/TouchID.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/cordova-plugin-touchid/src/ios/TouchID.h b/plugins/cordova-plugin-touchid/src/ios/TouchID.h new file mode 100644 index 00000000..d971a080 --- /dev/null +++ b/plugins/cordova-plugin-touchid/src/ios/TouchID.h @@ -0,0 +1,13 @@ +// +// 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 |
