package com.discord.widgets.chat.overlay; import com.lytefast.flexinput.viewmodel.FlexInputState; import kotlin.Pair; import rx.functions.Func2; /* compiled from: WidgetChatOverlay.kt */ public final class WidgetChatOverlay$onViewBoundOrOnResume$5 implements Func2> { public static final WidgetChatOverlay$onViewBoundOrOnResume$5 INSTANCE = new WidgetChatOverlay$onViewBoundOrOnResume$5(); public final Pair call(Boolean bool, FlexInputState flexInputState) { return new Pair<>(bool, flexInputState); } }