Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
14
apk_decompiled/sources/kotlin/Unit.java
Normal file
14
apk_decompiled/sources/kotlin/Unit.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package kotlin;
|
||||
|
||||
@Metadata(d1 = {"\u0000\u0010\n\u0002\u0010\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u000e\n\u0000\bÆ\u0002\u0018\u00002\u00020\u0001B\u0002\b\u0002J\b\u0010\u0002\u001a\u00020\u0003H\u0016¨\u0006\u0004"}, d2 = {"", "", "toString", "", "kotlin-stdlib"}, k = 1, mv = {1, 9, 0}, xi = 48)
|
||||
/* loaded from: classes3.dex */
|
||||
public final class Unit {
|
||||
public static final Unit INSTANCE = new Unit();
|
||||
|
||||
private Unit() {
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return "kotlin.Unit";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user