BTErrors.h 201 B

12345678
  1. #import <Foundation/Foundation.h>
  2. #pragma mark NSError userInfo Keys
  3. /**
  4. NSError userInfo key for validation errors.
  5. */
  6. extern NSString * _Nonnull const BTCustomerInputBraintreeValidationErrorsKey;