]> git.saurik.com Git - apple/security.git/blob - keychain/otpaird/OTPairingClient.h
Security-59306.101.1.tar.gz
[apple/security.git] / keychain / otpaird / OTPairingClient.h
1 #import <TargetConditionals.h>
2
3 #if TARGET_OS_WATCH
4
5 void OTPairingInitiateWithCompletion(dispatch_queue_t queue, void (^completion)(bool success, NSError *));
6
7 #endif /* TARGET_OS_WATCH */