BTErrors.m 271 B

123456789
  1. #if __has_include(<Braintree/BraintreeCore.h>)
  2. #import <Braintree/BTErrors.h>
  3. #else
  4. #import <BraintreeCore/BTErrors.h>
  5. #endif
  6. #pragma mark Error userInfo Keys
  7. NSString *const BTCustomerInputBraintreeValidationErrorsKey = @"BTCustomerInputBraintreeValidationErrorsKey";