MBXGetLocationCallback_Internal.h 377 B

12345678910
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBXExpected<__covariant Value, __covariant Error>;
  4. @class MBXLocation;
  5. @class MBXLocationError;
  6. NS_SWIFT_NAME(GetLocationCallback)
  7. typedef void (^MBXGetLocationCallback)(MBXExpected<MBXLocation *, MBXLocationError *> * _Nonnull result); // NOLINT(modernize-use-using)