BTPaymentFlowResult.m 205 B

123456789
  1. #if __has_include(<Braintree/BraintreePaymentFlow.h>)
  2. #import <Braintree/BTPaymentFlowResult.h>
  3. #else
  4. #import <BraintreePaymentFlow/BTPaymentFlowResult.h>
  5. #endif
  6. @implementation BTPaymentFlowResult
  7. @end