MBXTelemetryUtilsResponseCallback_Internal.h 302 B

12345678
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBXEventsServiceError;
  4. NS_SWIFT_NAME(TelemetryUtilsResponseCallback)
  5. typedef void (^MBXTelemetryUtilsResponseCallback)(MBXEventsServiceError * _Nullable result); // NOLINT(modernize-use-using)