package com.discord.widgets.auth; import c0.z.d.o; import com.discord.models.phone.PhoneCountryCode; import com.discord.stores.StorePhone; import kotlin.jvm.functions.Function0; /* compiled from: WidgetAuthRegisterIdentity.kt */ public final class WidgetAuthRegisterIdentity$configureUI$1 extends o implements Function0 { public final /* synthetic */ StorePhone $phoneStore; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetAuthRegisterIdentity$configureUI$1(StorePhone storePhone) { super(0); this.$phoneStore = storePhone; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final PhoneCountryCode mo17invoke() { return this.$phoneStore.getCountryCode(); } }