MBMStylePackLoadProgressCallback.h 451 B

12345678910111213
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBMStylePackLoadProgress;
  4. /**
  5. * Callback Invoked to report the progess of the style package loading operation.
  6. *
  7. * @param progress The `style pack load progress`.
  8. */
  9. NS_SWIFT_NAME(StylePackLoadProgressCallback)
  10. typedef void (^MBMStylePackLoadProgressCallback)(MBMStylePackLoadProgress * _Nonnull progress); // NOLINT(modernize-use-using)