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