discord-jadx/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView...

19 lines
741 B
Java

package com.discord.widgets.guildscheduledevent;
import c0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: GuildScheduledEventItemView.kt */
public final class GuildScheduledEventItemView$locationParser$2 extends o implements Function0<GuildScheduledEventExternalLocationParser> {
public static final GuildScheduledEventItemView$locationParser$2 INSTANCE = new GuildScheduledEventItemView$locationParser$2();
public GuildScheduledEventItemView$locationParser$2() {
super(0);
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final GuildScheduledEventExternalLocationParser mo17invoke() {
return new GuildScheduledEventExternalLocationParser();
}
}