MBXTileRegionCallback_Internal.h 383 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 MBXTileRegion;
  5. @class MBXTileRegionError;
  6. NS_SWIFT_NAME(TileRegionCallback)
  7. typedef void (^MBXTileRegionCallback)(MBXExpected<MBXTileRegion *, MBXTileRegionError *> * _Nonnull region); // NOLINT(modernize-use-using)