MBXConfigurationServiceObserver_Internal.h 439 B

12345678910111213
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBXConfigurationOptions;
  4. @class MBXConfigurationServiceError;
  5. NS_SWIFT_NAME(ConfigurationServiceObserver)
  6. @protocol MBXConfigurationServiceObserver
  7. - (void)didStartUpdate;
  8. - (void)didUpdateForOptions:(nonnull MBXConfigurationOptions *)options;
  9. - (void)didEncounterErrorForError:(nonnull MBXConfigurationServiceError *)error;
  10. @end