20 lines
		
	
	
		
			473 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			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));
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |