MBNNOpenLRDecoder_Internal.h 309 B

1234567
  1. // This file is generated and will be overwritten automatically.
  2. #import <MapboxNavigationNative/MBNNOpenLRDecoder.h>
  3. @interface MBNNOpenLRDecoder ()
  4. + (nonnull MBXExpected<MBNNLocationReference *, MBNNDecodingError *> *)decodeForOpenLr:(nonnull MBNNOpenLR *)openLr __attribute((ns_returns_retained));
  5. @end