#if __has_include("BraintreeCore.h") #import "BraintreeCore.h" #else #import #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