MBXResourceLoadProgressCallback_Internal.h 303 B

12345678
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBXResourceLoadProgress;
  4. NS_SWIFT_NAME(ResourceLoadProgressCallback)
  5. typedef void (^MBXResourceLoadProgressCallback)(MBXResourceLoadProgress * _Nonnull progress); // NOLINT(modernize-use-using)