MBXGetLifecycleStateCallback_Internal.h 384 B

12345678
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. #import <MapboxCommon/MBXLifecycleState_Internal.h>
  4. @class MBXExpected<__covariant Value, __covariant Error>;
  5. NS_SWIFT_NAME(GetLifecycleStateCallback)
  6. typedef void (^MBXGetLifecycleStateCallback)(MBXExpected<NSNumber *, NSString *> * _Nonnull result); // NOLINT(modernize-use-using)