// This file is generated and will be overwritten automatically. #import @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)