MBXHttpResponseCallback.h 335 B

123456789
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBXHttpResponse;
  4. /** Callback which is used to report result of HTTP request. */
  5. NS_SWIFT_NAME(HttpResponseCallback)
  6. typedef void (^MBXHttpResponseCallback)(MBXHttpResponse * _Nonnull response); // NOLINT(modernize-use-using)