what-the-bank/sources/o/C17531xYZ.java

30 lines
616 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.HashMap;
/* renamed from: o.xYZ, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C17531xYZ extends BrP {
private static final HashMap<Integer, String> e;
static {
HashMap<Integer, String> hashMap = new HashMap<>();
e = hashMap;
hashMap.put(0, "JPEG Comment");
}
public C17531xYZ() {
a(new xGc(this));
}
@Override // o.BrP
public final HashMap<Integer, String> c() {
return e;
}
@Override // o.BrP
public final String b() {
return "JpegComment";
}
}