package com.discord.widgets.chat.input; import lanchon.dexpatcher.annotation.DexIgnore; @DexIgnore public interface WidgetChatInputSlashAction { @DexIgnore String call(String str, WidgetChatInputCommandsModel widgetChatInputCommandsModel); }