35 lines
802 B
Java
35 lines
802 B
Java
|
package o;
|
||
|
|
||
|
import java.util.HashMap;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public class ofN extends BrP {
|
||
|
private static final HashMap<Integer, String> d;
|
||
|
|
||
|
static {
|
||
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
||
|
d = hashMap;
|
||
|
hashMap.put(3, "Run Time");
|
||
|
hashMap.put(8, "Acceleration Vector");
|
||
|
hashMap.put(10, "HDR Image Type");
|
||
|
hashMap.put(11, "Burst UUID");
|
||
|
hashMap.put(17, "Content Identifier");
|
||
|
hashMap.put(21, "Image Unique ID");
|
||
|
hashMap.put(23, "Live Photo ID");
|
||
|
}
|
||
|
|
||
|
public ofN() {
|
||
|
a(new C3098arB(this));
|
||
|
}
|
||
|
|
||
|
@Override // o.BrP
|
||
|
public final HashMap<Integer, String> c() {
|
||
|
return d;
|
||
|
}
|
||
|
|
||
|
@Override // o.BrP
|
||
|
public final String b() {
|
||
|
return "Apple Makernote";
|
||
|
}
|
||
|
}
|