MBXTileRegionLoadProgressCallback.h 438 B

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