MBXFlushOperationResultCallback_Internal.h 336 B

1234567
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBXExpected<__covariant Value, __covariant Error>;
  4. NS_SWIFT_NAME(FlushOperationResultCallback)
  5. typedef void (^MBXFlushOperationResultCallback)(MBXExpected<NSNull *, NSString *> * _Nonnull result); // NOLINT(modernize-use-using)