discord-jadx/app/src/main/java/com/discord/widgets/stage/StageChannelNotifications$C...

19 lines
697 B
Java

package com.discord.widgets.stage;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: StageChannelNotifications.kt */
public final class StageChannelNotifications$Companion$INSTANCE$2 extends o implements Function0<StageChannelNotifications> {
public static final StageChannelNotifications$Companion$INSTANCE$2 INSTANCE = new StageChannelNotifications$Companion$INSTANCE$2();
public StageChannelNotifications$Companion$INSTANCE$2() {
super(0);
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final StageChannelNotifications mo1invoke() {
return new StageChannelNotifications(null, 1, null);
}
}