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