discord-jadx/app/src/main/java/com/discord/stores/StoreAuthentication$forgotP...

19 lines
746 B
Java

package com.discord.stores;
import com.discord.analytics.generated.events.network_action.TrackNetworkActionForgotPassword;
import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver;
import d0.z.d.o;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreAuthentication.kt */
public final class StoreAuthentication$forgotPassword$1 extends o implements Function1<Void, TrackNetworkMetadataReceiver> {
public static final StoreAuthentication$forgotPassword$1 INSTANCE = new StoreAuthentication$forgotPassword$1();
public StoreAuthentication$forgotPassword$1() {
super(1);
}
public final TrackNetworkMetadataReceiver invoke(Void r1) {
return new TrackNetworkActionForgotPassword();
}
}