BTThreeDSecureLookup_Internal.h 318 B

1234567891011121314151617
  1. #if __has_include(<Braintree/BraintreeThreeDSecure.h>)
  2. #import <Braintree/BTThreeDSecureLookup.h>
  3. #else
  4. #import <BraintreeThreeDSecure/BTThreeDSecureLookup.h>
  5. #endif
  6. @class BTJSON;
  7. NS_ASSUME_NONNULL_BEGIN
  8. @interface BTThreeDSecureLookup ()
  9. - (instancetype)initWithJSON:(BTJSON *)JSON;
  10. @end
  11. NS_ASSUME_NONNULL_END