// This file is generated and will be overwritten automatically. #import #import #import NS_SWIFT_NAME(ReachabilityInterface) @protocol MBXReachabilityInterface - (uint64_t)addListenerForListener:(nonnull MBXReachabilityChanged)listener; - (BOOL)removeListenerForId:(uint64_t)id; - (BOOL)isReachable; - (MBXNetworkStatus)currentNetworkStatus; - (void)start; - (void)stop; @end