| 123456789101112131415161718192021 |
- #if __has_include("BraintreeCore.h")
- #import "BraintreeCore.h"
- #else
- #import <BraintreeCore/BraintreeCore.h>
- #endif
- #import "BTPaymentFlowDriver+ThreeDSecure.h"
- #import "BTThreeDSecureLookup.h"
- NS_ASSUME_NONNULL_BEGIN
- @class BTThreeDSecureRequest;
- @interface BTPaymentFlowDriver (ThreeDSecure_Internal)
- - (void)performThreeDSecureLookup:(BTThreeDSecureRequest *)request
- completion:(void (^)(BTThreeDSecureLookup * _Nullable threeDSecureResult, NSError * _Nullable error))completionBlock;
- @end
- NS_ASSUME_NONNULL_END
|