package com.discord.stores; import d0.z.d.k; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreClientVersion.kt */ public final /* synthetic */ class StoreClientVersion$init$2 extends k implements Function1 { public StoreClientVersion$init$2(StoreClientVersion storeClientVersion) { super(1, storeClientVersion, StoreClientVersion.class, "setClientMinVersion", "setClientMinVersion(I)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 public /* bridge */ /* synthetic */ Unit invoke(Integer num) { invoke(num.intValue()); return Unit.a; } public final void invoke(int i) { StoreClientVersion.access$setClientMinVersion((StoreClientVersion) this.receiver, i); } }