MBXResourceLoadResultCallback_Internal.h 419 B

12345678910
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBXExpected<__covariant Value, __covariant Error>;
  4. @class MBXResourceLoadError;
  5. @class MBXResourceLoadResult;
  6. NS_SWIFT_NAME(ResourceLoadResultCallback)
  7. typedef void (^MBXResourceLoadResultCallback)(MBXExpected<MBXResourceLoadResult *, MBXResourceLoadError *> * _Nonnull result); // NOLINT(modernize-use-using)