package tech.rabbit.r1launcher.wss.rtc; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public class SpotifyResponse { @SerializedName("spotify") private SpotifyData spotify; public SpotifyData getSpotify() { return this.spotify; } }