package io.rebble.libpebblecommon.io.rebble.libpebblecommon.util import io.rebble.libpebblecommon.connection.OtherPebbleApp import io.rebble.libpebblecommon.connection.OtherPebbleApps import kotlinx.coroutines.flow.MutableStateFlow import kotlinx.coroutines.flow.StateFlow class OtherPebbleIosApps : OtherPebbleApps { override fun otherPebbleCompanionAppsInstalled(): StateFlow> = MutableStateFlow(emptyList()) }