discord-jadx/app/src/main/java/b/a/d/x.java

20 lines
411 B
Java
Raw Normal View History

2021-12-17 21:59:34 +00:00
package b.a.d;
2021-07-24 02:37:17 +00:00
2021-11-02 06:38:17 +00:00
import d0.z.d.o;
2021-07-24 02:37:17 +00:00
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: AppTransformers.kt */
2022-03-07 09:34:54 +00:00
/* loaded from: classes.dex */
2021-07-24 02:37:17 +00:00
public final class x extends o implements Function0<Unit> {
2021-12-02 18:53:44 +00:00
public static final x j = new x();
2021-07-24 02:37:17 +00:00
public x() {
super(0);
}
@Override // kotlin.jvm.functions.Function0
2022-03-07 09:34:54 +00:00
public Unit invoke() {
2021-07-24 02:37:17 +00:00
return Unit.a;
}
}