You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
697 B
16 lines
697 B
package android.support.p003v4.graphics.drawable;
|
|
|
|
import androidx.core.graphics.drawable.IconCompat;
|
|
import p074z0.AbstractC1916a;
|
|
|
|
/* renamed from: android.support.v4.graphics.drawable.IconCompatParcelizer */
|
|
/* loaded from: classes.dex */
|
|
public final class IconCompatParcelizer extends androidx.core.graphics.drawable.IconCompatParcelizer {
|
|
public static IconCompat read(AbstractC1916a abstractC1916a) {
|
|
return androidx.core.graphics.drawable.IconCompatParcelizer.read(abstractC1916a);
|
|
}
|
|
|
|
public static void write(IconCompat iconCompat, AbstractC1916a abstractC1916a) {
|
|
androidx.core.graphics.drawable.IconCompatParcelizer.write(iconCompat, abstractC1916a);
|
|
}
|
|
} |