discord-jadx/app/src/main/java/c/a/y/a0.java

23 lines
737 B
Java

package c.a.y;
import d0.z.d.o;
import kotlin.jvm.functions.Function1;
/* compiled from: PileView.kt */
public final class a0 extends o implements Function1<Integer, String> {
public final /* synthetic */ String $avatarUrl;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public a0(String str) {
super(1);
this.$avatarUrl = str;
}
/* 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 String invoke(Integer num) {
num.intValue();
return this.$avatarUrl;
}
}