Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
10
apk_decompiled/sources/G/b.java
Normal file
10
apk_decompiled/sources/G/b.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package G;
|
||||
|
||||
import android.graphics.Insets;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class b {
|
||||
public static Insets a(int i, int i4, int i5, int i6) {
|
||||
return Insets.of(i, i4, i5, i6);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user