2 #import "OTPairingConstants.h"
4 typedef void (^OTPairingCompletionHandler
)(bool success
, NSError
*error
);
6 @interface OTPairingService
: NSObject
<IDSServiceDelegate
>
8 + (instancetype
)sharedService
;
11 - (void)initiatePairingWithCompletion
:(OTPairingCompletionHandler
)completionHandler
;
12 #endif /* TARGET_OS_WATCH */