jimu-decompiled/sources/com/tencent/open/b/b.java
2025-05-13 19:24:51 +02:00

20 lines
473 B
Java

package com.tencent.open.b;
import android.os.Bundle;
import java.io.Serializable;
import java.util.HashMap;
/* compiled from: ProGuard */
/* loaded from: classes.dex */
public class b implements Serializable {
public final HashMap<String, String> a = new HashMap<>();
public b(Bundle bundle) {
if (bundle != null) {
for (String str : bundle.keySet()) {
this.a.put(str, bundle.getString(str));
}
}
}
}