package com.discord.widgets.voice.feedback; /* compiled from: FeedbackSubmitter.kt */ public interface FeedbackSubmitter { void submit(String str); }