// This file is generated and will be overwritten automatically. #import @class MBXHttpResponse; /** Callback which is used to report result of HTTP request. */ NS_SWIFT_NAME(HttpResponseCallback) typedef void (^MBXHttpResponseCallback)(MBXHttpResponse * _Nonnull response); // NOLINT(modernize-use-using)