MBXLocationServiceFactory_Internal.h 321 B

12345678
  1. // This file is generated and will be overwritten automatically.
  2. #import <MapboxCommon/MBXLocationServiceFactory.h>
  3. @interface MBXLocationServiceFactory ()
  4. + (void)setUserDefinedForCustom:(nonnull id<MBXLocationService>)custom;
  5. + (nonnull id<MBXLocationService>)locationService __attribute((ns_returns_retained));
  6. @end