- // This file is generated and will be overwritten automatically.
- #import <Foundation/Foundation.h>
- @class MBXTileRegionLoadProgress;
- /**
- * Callback Invoked to report the progess of the tile region loading operation.
- *
- * @param progress Loading progress
- */
- NS_SWIFT_NAME(TileRegionLoadProgressCallback)
- typedef void (^MBXTileRegionLoadProgressCallback)(MBXTileRegionLoadProgress * _Nonnull progress); // NOLINT(modernize-use-using)
|