MBXTileRegionBooleanCallback_Internal.h 370 B

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