#import #if __has_include("BraintreeCore.h") #import "BraintreeCore.h" #else #import #endif NS_ASSUME_NONNULL_BEGIN /** Wrapper for a payment flow request. */ @interface BTPaymentFlowRequest : NSObject @end NS_ASSUME_NONNULL_END