mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 09:02:34 -06:00
59 lines
1.3 KiB
Java
59 lines
1.3 KiB
Java
|
package kotlin.jvm.internal;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class MagicApiIntrinsics {
|
||
|
public static <T> T anyMagicApiCall(int i) {
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
public static <T> T anyMagicApiCall(int i, long j, long j2, Object obj) {
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
public static <T> T anyMagicApiCall(int i, long j, Object obj) {
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
public static <T> T anyMagicApiCall(int i, Object obj, Object obj2) {
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
public static <T> T anyMagicApiCall(int i, Object obj, Object obj2, Object obj3, Object obj4) {
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
public static <T> T anyMagicApiCall(Object obj) {
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
public static int intMagicApiCall(int i) {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public static int intMagicApiCall(int i, long j, long j2, Object obj) {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public static int intMagicApiCall(int i, long j, Object obj) {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public static int intMagicApiCall(int i, Object obj, Object obj2) {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public static int intMagicApiCall(int i, Object obj, Object obj2, Object obj3, Object obj4) {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public static int intMagicApiCall(Object obj) {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public static void voidMagicApiCall(int i) {
|
||
|
}
|
||
|
|
||
|
public static void voidMagicApiCall(Object obj) {
|
||
|
}
|
||
|
}
|