discord-jadx/app/src/main/java/c/i/a/c/u1/k.java

26 lines
652 B
Java

package c.i.a.c.u1;
import c.i.a.c.i2.o;
import c.i.a.c.u1.d1;
/* compiled from: lambda */
public final /* synthetic */ class k implements o.a {
public final /* synthetic */ d1.a a;
public final /* synthetic */ int b;
/* renamed from: c reason: collision with root package name */
public final /* synthetic */ long f963c;
public final /* synthetic */ long d;
public /* synthetic */ k(d1.a aVar, int i, long j, long j2) {
this.a = aVar;
this.b = i;
this.f963c = j;
this.d = j2;
}
@Override // c.i.a.c.i2.o.a
public final void invoke(Object obj) {
((d1) obj).a0();
}
}