Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package android.support.v4.app;
|
||||
|
||||
import D0.b;
|
||||
import androidx.core.app.RemoteActionCompat;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class RemoteActionCompatParcelizer extends androidx.core.app.RemoteActionCompatParcelizer {
|
||||
public static RemoteActionCompat read(b bVar) {
|
||||
return androidx.core.app.RemoteActionCompatParcelizer.read(bVar);
|
||||
}
|
||||
|
||||
public static void write(RemoteActionCompat remoteActionCompat, b bVar) {
|
||||
androidx.core.app.RemoteActionCompatParcelizer.write(remoteActionCompat, bVar);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
package android.support.v4.graphics.drawable;
|
||||
|
||||
import D0.b;
|
||||
import androidx.core.graphics.drawable.IconCompat;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class IconCompatParcelizer extends androidx.core.graphics.drawable.IconCompatParcelizer {
|
||||
public static IconCompat read(b bVar) {
|
||||
return androidx.core.graphics.drawable.IconCompatParcelizer.read(bVar);
|
||||
}
|
||||
|
||||
public static void write(IconCompat iconCompat, b bVar) {
|
||||
androidx.core.graphics.drawable.IconCompatParcelizer.write(iconCompat, bVar);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user