MBXTileRegionGeometryCallback_Internal.h 395 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 MBXGeometry;
  5. @class MBXTileRegionError;
  6. NS_SWIFT_NAME(TileRegionGeometryCallback)
  7. typedef void (^MBXTileRegionGeometryCallback)(MBXExpected<MBXGeometry *, MBXTileRegionError *> * _Nonnull result); // NOLINT(modernize-use-using)