summaryrefslogtreecommitdiff
path: root/plugins/cordova-plugin-touchid/src/ios/TouchID.h
blob: d971a080e5d7087b5278184537ccd883d16411c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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