CTCV2/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputSlashAction....

10 lines
252 B
Java

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