BTAuthenticationInsight_Internal.h 263 B

12345678910111213
  1. #if __has_include(<Braintree/BraintreeCard.h>)
  2. #import <Braintree/BTAuthenticationInsight.h>
  3. #else
  4. #import <BraintreeCard/BTAuthenticationInsight.h>
  5. #endif
  6. @class BTJSON;
  7. @interface BTAuthenticationInsight ()
  8. - (instancetype)initWithJSON:(BTJSON *)json;
  9. @end