BTPaymentFlowDriver+LocalPayment.h 374 B

12345678910111213141516171819
  1. #if __has_include("BraintreeCore.h")
  2. #import "BraintreeCore.h"
  3. #else
  4. #import <BraintreeCore/BraintreeCore.h>
  5. #endif
  6. #import "BTPaymentFlowDriver.h"
  7. #import "BTLocalPaymentResult.h"
  8. #import "BTLocalPaymentRequest.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. /**
  11. Category on BTPaymentFlowDriver for LocalPayment
  12. */
  13. @interface BTPaymentFlowDriver (LocalPayment)
  14. @end
  15. NS_ASSUME_NONNULL_END