#if __has_include("BraintreeCore.h") #import "BraintreeCore.h" #else #import #endif /** Category on BTConfiguration for ThreeDSecure */ @interface BTConfiguration (ThreeDSecure) /** JWT for use with initializaing Cardinal 3DS framework */ @property (nonatomic, readonly, strong) NSString *cardinalAuthenticationJWT; @end