BTApplePayClient_Internal.h 305 B

12345678910111213
  1. #if __has_include(<Braintree/BraintreeApplePay.h>)
  2. #import <Braintree/BTApplePayClient.h>
  3. #else
  4. #import <BraintreeApplePay/BTApplePayClient.h>
  5. #endif
  6. @interface BTApplePayClient ()
  7. /**
  8. Exposed for testing to get the instance of BTAPIClient
  9. */
  10. @property (nonatomic, strong) BTAPIClient *apiClient;
  11. @end