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

19 lines
741 B
Java
Raw Normal View History

2021-09-27 20:31:35 +00:00
package com.discord.widgets.guildscheduledevent;
2021-10-15 06:18:26 +00:00
import c0.z.d.o;
2021-09-27 20:31:35 +00:00
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 */
2021-10-15 06:18:26 +00:00
public final GuildScheduledEventExternalLocationParser mo17invoke() {
2021-09-27 20:31:35 +00:00
return new GuildScheduledEventExternalLocationParser();
}
}