package com.chartboost.sdk.impl;

import java.util.ArrayList;
import java.util.List;
import kotlin.jvm.internal.Intrinsics;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public final class b0 implements a {

    /* renamed from: a  reason: collision with root package name */
    public final List f1650a = new ArrayList();

    @Override // com.chartboost.sdk.impl.a
    public JSONObject a(JSONObject response) {
        Intrinsics.checkNotNullParameter(response, "response");
        for (a aVar : this.f1650a) {
            response = (JSONObject) aVar.a(response);
        }
        return response;
    }
}
