MBXOfflineSwitchObserver_Internal.h 329 B

123456789101112
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. NS_SWIFT_NAME(OfflineSwitchObserver)
  4. @protocol MBXOfflineSwitchObserver
  5. /**
  6. * Notify of a status change of the OfflineSwitch.
  7. * @param connected Currently connected.
  8. */
  9. - (void)statusChangedForConnected:(BOOL)connected;
  10. @end