MBXValueConverter_Internal.h 286 B

1234567
  1. // This file is generated and will be overwritten automatically.
  2. #import <MapboxCommon/MBXValueConverter.h>
  3. @interface MBXValueConverter ()
  4. + (nonnull MBXExpected<id, NSString *> *)fromJsonForJson:(nonnull NSString *)json __attribute((ns_returns_retained)) NS_REFINED_FOR_SWIFT;
  5. @end