| 12345678910111213 |
- #if __has_include(<Braintree/BraintreeApplePay.h>)
- #import <Braintree/BTApplePayClient.h>
- #else
- #import <BraintreeApplePay/BTApplePayClient.h>
- #endif
- @interface BTApplePayClient ()
- /**
- Exposed for testing to get the instance of BTAPIClient
- */
- @property (nonatomic, strong) BTAPIClient *apiClient;
- @end
|