BTPaymentFlowRequest.h 293 B

1234567891011121314151617
  1. #import <Foundation/Foundation.h>
  2. #if __has_include("BraintreeCore.h")
  3. #import "BraintreeCore.h"
  4. #else
  5. #import <BraintreeCore/BraintreeCore.h>
  6. #endif
  7. NS_ASSUME_NONNULL_BEGIN
  8. /**
  9. Wrapper for a payment flow request.
  10. */
  11. @interface BTPaymentFlowRequest : NSObject
  12. @end
  13. NS_ASSUME_NONNULL_END