NetMirror.apk

Download file
package com.facebook.react.uimanager;

import android.view.View;
import com.facebook.react.bridge.ReadableArray;

/* JADX INFO: loaded from: classes.dex */
public interface Q0 {
    void a(View view, String str, ReadableArray readableArray);

    void b(View view, String str, Object obj);
}
Download file