package M5;

import com.martsnew.domain.type.MediaType;

/* JADX INFO: loaded from: classes.dex */
public abstract /* synthetic */ class t {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final /* synthetic */ int[] f4331a;

    static {
        int[] iArr = new int[MediaType.values().length];
        try {
            iArr[1] = 1;
        } catch (NoSuchFieldError unused) {
        }
        f4331a = iArr;
    }
}
