- // This file is generated and will be overwritten automatically.
- #import <Foundation/Foundation.h>
- @class MBMCanonicalTileID;
- /**
- * Callback to create data for tile.
- *
- * @param tileId A `canonical tile id` of the tile.
- */
- NS_SWIFT_NAME(FetchTileFunctionCallback)
- typedef void (^MBMFetchTileFunctionCallback)(MBMCanonicalTileID * _Nonnull tileId); // NOLINT(modernize-use-using)
|